v1.0.8
Added new commands to seed-cli, now it can:
- Create subprojects from templates via
seed create TEMPLATE_NAME NAME - Register templates via
seed register TEMPLATE_NAME. This creates the .seed folder with /templates/TEMPLATE_NAME.tree in the project path. - When running
seed apply FILENAME.treeit will automatically register any templates, and skip running plan as subcommand to speed up the creation of the file tree. - Added versioning
seed --versionreturns the version for the tool - Updated README.md and the github page file for the project to reflect the changes.
- Bug fixes.
- Added more tests.