generator-flathtml
v0.0.2
Published
Very simple yeoman HTML generator, just HTML.
Downloads
2
Readme
generator-flathtml
A Yeoman generator for a simple HTML file, powered by Yeoman.
Getting Started
You will need:
- Node & npm
- Yeoman (
npm install -g yo
)
Now install the generator:
npm install -g generator-flathtml
In your empty project folder, run
yo flathtml
Then input your site's title and an index.html file will be generated.
License
MIT