Jaguar-dart / jaguar_cli

CLI for jaguar-dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CLI for jaguar-dart

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%