0.0.7 • Published 10 years ago

generator-simple-html v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

generator-simple-html

A generator for simple html sites, powered by Yeoman

This generator was for demonstration purposes. It's not intended to be used in a real project.

Getting Started

You will need:

  • Node & npm
  • Grunt (npm install -g grunt-cli)
  • Yeoman (npm install -g yo)
  • Bower (npm install -g bower)

Now install the generator:

npm install -g generator-simple-html

In your empty project folder, run

yo generator-simple-html

You will be taken through some prompts and your project will be generated.

Grunt tasks

There is one main task available:

grunt serve

This task will run a server for you on http://localhost:9000.

LESS files in /less will automatically be compiled into www/css/main.css. *If you create additional LESS files, make sure you @import them in less/main.less.

You can also run grunt less to compile the LESS to CSS if you're not using the server.

License

MIT

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

11 years ago

0.0.0

11 years ago