0.1.16 • Published 9 years ago

generator-ezhtml v0.1.16

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

ezHTML Yeoman Generator Built with Grunt MIT License

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
0.1.16

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.3

9 years ago

0.0.0

10 years ago