This is the first release! 📣
Changes
- Use
yamlinstead oftomlfor project files (#2) - Add
installcommand (#3) - Rename project to
chain(#5) - Refactor project file structure (#6)
- Add
initcommand (#9) - Add
packcommand (#10) - Add readme template to
initcommand - Rename
overridesproperty tofiles(#14) - Add recursive project file searching (#16)
- Add support for environment variables (#17)
- Add Windows Installer (#21)
- Add
runcommand (#22)
Fixes
- Fix windows support, replacing
termionwithcrossterm(#15)