Tunder Framework CLI

This is the Tunder Framework CLI used to create tunder projects very quickly.

Installation

dart pub global activate tunder_cli

Once you have the CLI installed globally you can now use the create command to create a new project:

tunder create my_awesome_project

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

Libraries

tunder_cli