jaguar_cli 2.1.2 copy "jaguar_cli: ^2.1.2" to clipboard
jaguar_cli: ^2.1.2 copied to clipboard

Command line tool for jaguar-dart

jaguar_cli #

Command line tool for jaguar-dart

Main help #

jaguar help

Create new project #

begin sub-command creates a new project with the name provided using --name command line option.

jaguar begin --name helloworld

Run the project #

cd helloworld
pub get
dart bin/main.dart

Visit http://localhost:10000/hello from your browser.

Clone an example or boilerplate #

jaguar create::project --repo boilerplate_mux --name learn_mux

List available example and boilerplates #

jaguar list::projects

The complete list is also found at examples repositories as repositories.

0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Command line tool for jaguar-dart

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

archive, args, console, http, path, quiver

More

Packages that depend on jaguar_cli