
# HTML 5 Boiler

create an HTML 5 Boiler plate with one command

## Getting Started
Install the module with: `npm install html5boiler -g`

## Documentation
this is a super simple module, it allows you to quickly create a new project with the awesome html5 boiler plate as a starting point.

- step 1 -

create a folder for your project
mkdir projectName

- step 2 -
go into that directory
cd projectName

- step 3 - 

run the boiler command "boil"
boil

- step 4 -
enjoy your new project!

## Examples
-see above -

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History
v0.0.1 - creates new project no options yet (coming soon)

## License
Copyright (c) 2013 Craig Coles  
Licensed under the MIT license.
=======
boiler
======

create an html5 boiler plate project with one command

