generator-appeasy

0.1.3 • Public • Published

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

Package Sidebar

Install

npm i generator-appeasy

Weekly Downloads

1

Version

0.1.3

License

MIT

Last publish

Collaborators

  • mcamier