0.1.0 • Published 9 years ago

generator-markup-markdown v0.1.0

Weekly downloads
5
License
-
Repository
github
Last release
9 years ago

generator-markup-markdown

Yeoman generator for Markdown documentation and marking-up template.

NPM Version Build Status Dependency Status

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 of bower and npm after scaffolding has finished.

  • --config=<type>
    Setup type. If specified, the first prompt will be skipped.
    You can set standard, minimum, user or custom.

  • --skip-welcome-message
    Skips app welcome message.

  • --skip-install-message
    Skips app installation message.

Thanks

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.