seed-cli
v0.3.2
Published
Create awesome packs for Seed CSS!
Maintainers
Readme
seed-cli 
CLI for Seed CSS
Install
npm install seed-cli -gFeatures
- Easy to create new Seed add-on packs
- Generate component/object/scope/test/utility
.scsscode - Lint your
.scss! - Test your
.scss!!!
Usage
Usage:
seed <command>
Commands:
n, new Creates a new Seed pack
g, generate Creates a new .scss module (component/object/scope/test/utility)
Options:
-c, --config Custom sass-lint config (.yml)
-i, --ignore Ignore files for linting/testing
-l, --lint Initialize .scss lint (powered by sass-lint)
-t, --test Initialize tests (powered by mocha + sass-true)Testing
You can test your .scss code by executing:
seed --testHowever, if you're on Node v4, you will have to npm install sass-true --save-dev in your project.
Thanks
Many thanks to Ember CLI and tachyons for their inspiration!
