generator-sass-library

0.2.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i generator-sass-library

Weekly Downloads

1

Version

0.2.2

License

MIT

Last publish

Collaborators

  • matiassingers