5.2.1 • Published 9 years ago

cssx-cli v5.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Command line tool for CSSX compilation

Install it globally with npm install -g cssx-cli.

Options

  • -i (input) - accepts a glob pattern or a single file
  • -o (output) - output directory
  • -m (mode) - css or js. It depends of what you want to produce at the end.

Examples

Transpilation of a single file

cssx -i ./src/a.js -o ./dist

Transpilation of multiple files

cssx -i ./src/**/*.js -o ./dist

Bundle to a single CSS file

cssx -i ./src/index.js -o ./dist -m css
5.2.1

9 years ago

5.2.0

9 years ago

5.1.1

9 years ago

5.1.0

9 years ago

5.0.0

9 years ago

4.3.0

9 years ago

4.2.0

9 years ago

4.1.0

9 years ago

4.0.0

10 years ago

3.8.2

10 years ago

3.8.1

10 years ago

3.8.0

10 years ago

3.7.3

10 years ago

3.7.2

10 years ago

3.7.1

10 years ago

3.7.0

10 years ago