1.0.8 • Published 9 years ago

ksscomb v1.0.8

Weekly downloads
28
License
-
Repository
github
Last release
9 years ago

CSScomb

1. Install

Global installation (for use as a command-line tool):

npm install ksscomb -g

Local installation (for use as a command-line tool within current directory):

npm install ksscomb

To install as a project dependency (the package will appear in your dependencies):

npm install ksscomb --save

To install as a dev dependency (the package will appear in your devDependencies):

npm install ksscomb --save-dev

2. Configure

There are a number of ways to configure kSScomb:

  • Use one of predefined configs
  • Put .ksscomb.json file in the project root.
  • Set path to config's file
  • Use *.css file as a template

3. Use

Command Line

ksscomb assets/css

Node.js module

var Comb = require('ksscomb');
var comb = new Comb('kalon');
comb.processPath('assets/css');

License

This software is released under the terms of the MIT license.

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago