ignite-cli
Simple CLI interface for Ignite; scaffold and setup your Flame projects with ease.
Usage
Install it via pub (or build from src if you prefer the latest version):
pub global activate ignite_cliThen you can run commands like ignite --version or ignite create.
Instructions
Run
cd test
./run.shTo run all tests. Always make sure the build is green.
In order to run the application locally, run
dart bin/ignite_cli.dartCredits
This project was created with Dart Stagehand.