csskit-cli
v1.1.1
Published
command-line tool for working with csskit & other modular, functional css
Downloads
9
Maintainers
Readme
csskit-cli
Command-line tool for working with csskit & other modular, functional css.
About
The csskit command-line tool is used for bundling css modules based on postcss and cssnano.
Install
npm install --save-dev csskit-cli
Usage
USAGE:
csskit {command} [options]
COMMANDS:
bundle bundle up some css and its dependencies
watch same as bundle, watches css files for changes and rebundles
help show this help message
BUNDLE
csskit bundle input.css > bundle.css
Options:
--minify, -m minify using npmjs.com/cssnano
--output, -o specify an output file for the bundled css
WATCH
csskit watch input.css > bundle.css
Options:
--minify, -m minify using npmjs.com/cssnano
--output, -o specify an output file for the bundled css
HELP
csskit help
Contributing
Contributions are welcome! Please read the contributing guidelines first.
Conduct
It is important that this project contributes to a friendly, safe, and welcoming environment for all. Read this project's code of conduct
Changelog
Read about the changes to this project in CHANGELOG.md. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Contact
- issues – Please open issues in the issues queue
- twitter – Have a question? @sethdvincent
- email – Need in-depth support via paid contract? Send an email to [email protected]