0.2.2 • Published 10 years ago

generator-sass-library v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

generator-sass-library Build Status Dependency Status Gitter

start a simple Sass library

Features

  • Sache
    • Creates initial sache.json file
  • SassDoc
    • Create handy script in package.json, so you can simply run npm run sassdoc to update docs

Install

$ npm install --global generator-sass-library

Usage

$ yo sass-library
[?] What is the name of your Sass library? hello-world
[?] Please provide a short description for the project: says hello to the entire world
[?] Please add some keywords: greeting message nice
[?] Do you want to add this library to Sache (http://www.sache.in/)? Yes
[?] Do you want to add SassDoc (http://sassdoc.com/annotations)? Yes

Initial sache.json file will be created, please manually submit it at: http://www.sache.in/

Initial SassDoc index.html is generated at ./docs/
To generate new docs simply run `npm run sassdoc`

   create _main.scss
   create readme.md
   create license
   create .editorconfig
   create .gitignore
   create bower.json
   create sache.json
   create package.json

todo

  • tests

License

MIT © Matias Singers

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago