1.0.2 • Published 11 years ago
generator-markdown v1.0.2
generator-markdown
Yeoman generator for Markdown project with grunt-markdown.
Usage
Install generator-markdown:
npm install -g generator-markdownMake a new directory, and cd into it:
mkdir my-new-project && cd $_Run yo markdown:
yo markdownRun grunt for generating HTML file and preview it:
gruntSee Gruntfile.js and edit it for your convenience.
For details: grunt-markdown.
License
- The software is released under the MIT License.