0 purchases
tunder cli
Tunder Framework CLI #
This is the Tunder Framework CLI used to create tunder projects very quickly.
Installation #
dart pub global activate tunder_cli
copied to clipboard
Once you have the CLI installed globally you can now use the create command to create a new project:
tunder create my_awesome_project
copied to clipboard
A new project will be created in the current directory in the folder my_awesome_project you specified. Of course, feel free to give any name to your project folder.
How to generate a new template? #
Clone the repo and run:
melos templates
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.