Skip to content

Jaguar-dart/jaguar_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages