README
generator-markdown
Yeoman generator for Markdown project with grunt-markdown.
Usage
Install generator-markdown
:
npm install -g generator-markdown
Make a new directory, and cd
into it:
mkdir my-new-project && cd $_
Run yo markdown
:
yo markdown
Run grunt
for generating HTML file and preview it:
grunt
See Gruntfile.js
and edit it for your convenience.
For details: grunt-markdown.
License
- The software is released under the MIT License.