generator-ezhtml
v0.1.16
Published
Generate HTML/less/js/handlebars project structure
Downloads
4
Readme
ezHTML Yeoman Generator
Yeoman generator building HTML/CSS/JS structure.
Install
npm install -g generator-ezhtml
Usage
mkdir myproject
cd myproject
yo ezhtml
Prompts (generator-gruntproject)
- Project name (current folder name)
- Repository user name (current git username)
- Repository user email (current git user email)
- Project description (Place your project's description here)
- Project repository url (https://github.com/user/projectname)
- Use Travis ? (N)
- Travis API key
Grunt's packages
Folders & Files generated
- .editorconfig
- .gitattributes
- .gitignore
- .jshintrc
- .travis.yml (optional)
- Gruntfile.js
- package.json
- README.md
- CHANGELOG.md
- jasmine-node
- docs:
- src
- html
- page.tpl
- grunt:
- banner.tpl
- aliases.yml (grunt tasks alias)
- bump.js
- jasmine_node.js
- jshint.js
- markdown.js
- src:
- css
- html
- js
- less
- partials
- public:
- css
- html
- js
- image
- tests:
- spec.tpl