Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matiassingers/generator-sass-library
start a simple Sass library
https://github.com/matiassingers/generator-sass-library
Last synced: 5 days ago
JSON representation
start a simple Sass library
- Host: GitHub
- URL: https://github.com/matiassingers/generator-sass-library
- Owner: matiassingers
- License: mit
- Created: 2014-10-14T11:56:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T11:24:21.000Z (almost 10 years ago)
- Last Synced: 2024-10-18T17:50:37.883Z (25 days ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# generator-sass-library [![Build Status](http://img.shields.io/travis/matiassingers/generator-sass-library.svg?style=flat-square)](https://travis-ci.org/matiassingers/generator-sass-library) [![Dependency Status](http://img.shields.io/gemnasium/matiassingers/generator-sass-library.svg?style=flat-square)](https://gemnasium.com/matiassingers/generator-sass-library) [![Gitter](http://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg?style=flat-square)](https://gitter.im/matiassingers/generator-sass-library?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
> start a simple Sass library## Features
- [Sache](http://sache.in/)
- Creates initial sache.json file
- [SassDoc](http://sassdoc.com/)
- Create handy script in package.json, so you can simply run `npm run sassdoc` to update docs## Install
```sh
$ npm install --global generator-sass-library
```## Usage
```sh
$ 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)? YesInitial 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](http://mts.io)