Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miaowing/generator-hawkapp
The generator generate this project which is built by angularJS and requireJS
https://github.com/miaowing/generator-hawkapp
Last synced: 3 days ago
JSON representation
The generator generate this project which is built by angularJS and requireJS
- Host: GitHub
- URL: https://github.com/miaowing/generator-hawkapp
- Owner: miaowing
- License: mit
- Created: 2015-08-21T03:42:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T12:33:09.000Z (over 8 years ago)
- Last Synced: 2024-10-12T12:35:07.836Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-hawkapp
The generator generate this project which is built by angularJS and requireJS.#### Usage
```
npm install yo -g
npm install generator-hawkapp -g
```##### Tree
```
-bower_componnets
-dist
-modules
-core
-static
-css
-less
-module
-router
-controllers
-services
-stores
-less
-views
-test
```##### Generate Project
```
$ yo hawkapp
? Your project name (myProject) default is current folder name.
? Your name (yeoman)
```##### Generate Module
```
$ yo hawkapp:module
? Your module name (myModule)
? Your name (yeoman)
```##### Generate Controller
```
$ yo hawkapp:controller moduleName controllerName author
```##### Generate Store
```
$ yo hawkapp:store moduleName storeName author
```##### Generate Service
```
$ yo hawkapp:service moduleName serviceName author
```##### Generate Template
```
$ yo hawkapp:view moduleName tplName
```