0.0.1 • Published 10 years ago

generator-digisoft v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

generator-digisoft

Yeoman generator for quickly scaffolding out new ui and service components.

Usage

To install generator-digisoft from npm, run:

npm install -g generator-digisoft

Scaffold a UI componant

Currently digisoft-generator only supports UI components. Make sure you execute this command from the root project directory:

yo digisoft:ui

This will create the view and presenter for the component, it will also optionally create the Less style, HTML template and images directory. It will also import and init the component's Less file inside of the main less file.

Currently, it will not wire up the file using wire.js, you will have to do this manually.