Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@joshuatvernon joshuatvernon released this 06 Aug 00:23
· 105 commits to master since this release
- Run the scripts section of any `package.json` file just by typing cbf in your repo.
   - Use cbf -d to run with documentation
   - A local cbf file (`cbf.yml` or `cbf.json`) will run before `package.json` files in which case you can just use `cbf -j`
- Scripts can be written in simple or advanced formats and are even easier to write!
   - Simple scripts are composed of options and commands
   - Advanced scripts are composed of directories, options, commands, variables and messages
   - Advanced scripts now can accept user input by defining variables
- Scripts can now be written in either json or yaml formats
- Scripts now have pretty colours and arrows so you know whether you鈥檙e about to run a command or just open another option
- The print operation now prints your script in its original format so you have a copy in case you lose it