generator-markup-markdown
v0.1.0
Published
Fully customizable Yeoman generator for scaffolding a front-end web app
Downloads
1
Maintainers
Readme
generator-markup-markdown
Yeoman generator for Markdown documentation and marking-up template.
Features
Supported Languages
- Markdown
- Markup for template
- HTML
- Jade
- Stylesheet
- CSS
- Sass (Ruby)
- Sass (Libsass)
- Less
- Stylus
- Script
- JavaScript
- CoffeeScript
Tasks and Functions
- Utilities
- Wiring up Bower Components (Built-in)
- CSS Autoprefixer
- CSS Sprites Generator
- Icon Fonts Generator
- Testing
- W3C HTML Validation
- CSS Lint
- JSHint
- JSCS
- Mocha
- Jasmine
- Preview Server
- BrowserSync (Built-in)
- Support Libraries
- Modernizr
- Optimization
- Image Optimization (Built-in)
- HTML Minification
- CSS Minification
- JavaScript Minification
- SVG Optimization
- Static Assets Revisioning
- Distribution
- Deployment to Git Repository
- Deployment over FTP
Getting Started
Make sure you have Node.js and yo installed:
$ npm install -g yo
To install generator-markup-markdown, run:
$ npm install -g generator-markup-markdown
Make a new directory, and cd into it:
$ mkdir my-new-project && cd $_
Finally, initiate the generator:
$ yo markup-markdown
Generator Options
-s
,--skip-install
Skips the automatic execution ofbower
andnpm
after scaffolding has finished.--config=<type>
Setup type. If specified, the first prompt will be skipped.
You can setstandard
,minimum
,user
orcustom
.--skip-welcome-message
Skips app welcome message.--skip-install-message
Skips app installation message.
Thanks
- This generator is based on generator-rff.
See Also
- generator-rff : Fully customizable Yeoman generator for scaffolding a front-end web app
- Yeoman : Modern workflows for modern webapps
- Grunt : The JavaScript task runner
- Bower : Package manager for the web
License
Copyright (c) 2015 ogaoga.org. Licensed under the MIT License.