Skip to content
/ baml Public

baml ain't markup language is yaml alternative for bash

License

Notifications You must be signed in to change notification settings

themispkg/baml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baml 1.0.0 - C

baml ain't markup language

themispkg

installation

git clone https://github.com/themispkg/baml.git ; cd baml && sudo make install

usage:

/usr/bin/baml --bash ./example.baml

the output: image

baml file (example.baml):

test;
    -> deneme1
    -> deneme2
    -> 123

deneme123;
    -> tamam bu
    -> oldu

NOTE:

also you can change the ENTRY TOKEN and the HEADER TOKEN as you want
image

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL3