Skip to content

matiassingers/generator-sass-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

start a simple Sass library

Resources

License

Stars

Watchers

Forks

Packages

No packages published