ignite_cli 0.5.0-rc.1 copy "ignite_cli: ^0.5.0-rc.1" to clipboard
ignite_cli: ^0.5.0-rc.1 copied to clipboard

Ignite your projects with flame; a CLI scaffolding tool to create and setup your Flame projects

Pub Test Discord

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_cli

After you have added the bin folder to your path (the previous command will tell you what to add), you can create a new project with Ignite, just run:

ignite create

And follow the instructions.

Instructions for contributors #

Run

cd test
./run.sh

To run all tests. Always make sure the build is green.

In order to run the application locally, run

dart bin/ignite_cli.dart

Managing Templates #

This project uses package:mason to manage and generate templates (bricks).

All supported bricks can be found in the bricks directory.

Whenever a new brick is added or an existing brick is modified, make sure to regenerate the corresponding bundles via:

mason bundle bricks/<BRICK-NAME> -t dart -o lib/templates

This will generate a new bundle for <BRICK-NAME> under lib/templates.

Credits #

This project was created with Dart Stagehand.

4
likes
0
pub points
0%
popularity

Publisher

verified publisherblue-fire.xyz

Ignite your projects with flame; a CLI scaffolding tool to create and setup your Flame projects

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, charcode, completion, dartlin, http, io, mason, path, process_run, prompts, yaml

More

Packages that depend on ignite_cli