Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 739 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 739 Bytes

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.