Skip to content

v1.0.8

Choose a tag to compare

@Isaac12x Isaac12x released this 06 Apr 15:47

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.tree it will automatically register any templates, and skip running plan as subcommand to speed up the creation of the file tree.
  • Added versioning seed --version returns 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.