Command line tool for jaguar-dart
jaguar help
begin
sub-command creates a new project with the name provided using --name
command line option.
jaguar begin --name helloworld
cd helloworld
pub get
dart bin/main.dart
Visit http://localhost:10000/hello
from your
browser.
jaguar create::project --repo boilerplate_mux --name learn_mux
jaguar list::projects
The complete list is also found at examples repositories as repositories.