enge 0.4.0 copy "enge: ^0.4.0" to clipboard
enge: ^0.4.0 copied to clipboard

An structure builder for optimize the development for Flutter. The method is based on Laravel's way of doing this.

enge #

pub.dev

An structure builder for optimize the development for Flutter. The method is based on Laravel's way of doing this.

Installing #

If you want to use Stagehand on the command line, install it using pub global activate:

> pub global activate enge

Usage #

Enge works in the current active directory. So, to generate the structures in the correct directory, you must call the tool in the your root directory of your project.

Building pages #

To build a new page you must execute:

> enge make:page {PAGE_NAME}

Building components #

To build a new component you must execute:

> enge make:component {COMPONENT_NAME}

Building migrations #

To build a new migration you must execute:

> enge make:migration {MIGRATION_NAME}
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

An structure builder for optimize the development for Flutter. The method is based on Laravel's way of doing this.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

args, cooker, intl, path, slugify, sprintf

More

Packages that depend on enge