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

outdated

Structure builder for optimize the development for Dart. Currently we can build (just, so far) pages and components.

enge #

Structure builder for optimize the development for Dart.

Currently we can build (just, so far) pages and components.

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}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Structure builder for optimize the development for Dart. Currently we can build (just, so far) pages and components.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, cooker, path

More

Packages that depend on enge