0.1.16 • Published 10 years ago

generator-ezhtml v0.1.16

Weekly downloads
12
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.3

10 years ago

0.0.0

11 years ago