0.1.3 • Published 9 years ago

generator-appeasy v0.1.3

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

generator-appeasy

Getting started

  • Install: npm install -g generator-appeasy
  • Run: yo appeasy

What do you get?

Scaffolds out a complete webapp directory structure for you:

.
├── src/
│   ├── index.html
│   └── app/
│       └── modules/
│           └── home/
│               └── home.html
│               └── homeController.js
│       └── services/
│           └── data.service.js
│       └── partials/
│           └── directive.partial.html
│       └── directive/
│           └── slider.directive.js
│       └── root.html
│   └── fonts/
│   └── images/
│   └── styles/
│       └── main.scss
├── .gitignore
├── package.json
├── gulpfile.js
├── bower.json
├── .bowerrc.js
└── .jshintrc.js

License

MIT © Mickael camier camier.mickael@gmail.com

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago