0.0.8 • Published 1 year ago

@dellteam/cssx v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@dellteam/cssx

Description:

@dellteam/cssx is a command line tool that helps developers extract the necessary CSS rules from large design system CSS files that are relevant to their HTML files or components.

Installation:

npm install -g @dellteam/cssx

Usage:

cssx css [options]

 -b, --bundle <filename>      Bundle all output in a single file (default: "all")
  -c, --clean                  Clean/Remove output folder (default: true)
  -o, --output <path>          Output folder path (default: "./out")
  -t, --transform <transform>  Output file transformer to use lit/lit-ts (default: "")
  -h, --help                   display help for command

Demo Usage:

  • Install the package @dellteam/cssx
  • Clone this repository
  • Change directory to demo folder and
  • Run cssx css -c -b all on your command prompt
  • Done!

Your output file all.css containing applicable css will be available in demo/out folder

License:

This tool is released under the MIT license. Feel free to copy and paste this Markdown content into your README.md file for your Node.js command line tool, @dellteam/cssx.

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago