5.2.1 • Published 7 years ago

cssx-cli v5.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

5.2.0

8 years ago

5.1.1

8 years ago

5.1.0

8 years ago

5.0.0

8 years ago

4.3.0

8 years ago

4.2.0

8 years ago

4.1.0

8 years ago

4.0.0

8 years ago

3.8.2

8 years ago

3.8.1

8 years ago

3.8.0

8 years ago

3.7.3

8 years ago

3.7.2

8 years ago

3.7.1

8 years ago

3.7.0

8 years ago