0.0.2 • Published 8 years ago

generator-bower-project-framework v0.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

generator-bower-project-framework NPM version Build Status Dependency Status

Yeoman generator for bower-project-framework.

##Reinstall:

$ npm uninstall -g generator-bower-project-framework
$ npm install -g generator-bower-project-framework

Installation

First, install Yeoman and generator-bower-project-framework using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-bower-project-framework

Then generate your new project:

yo bower-project-framework

##Generate controller:

yo bower-project-framework:controller
  • Then input your project_name (Most of time ,you can use the default one) and controller name;
  • DON'T forget paste the ROUTE.MD to your own index.route.js.

##Generate component:

yo bower-project-framework:component

Then input your project_name (Most of time ,you can use the default one) and component name;

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © tony

source

MIT © smalleast