1.0.0 • Published 10 months ago

@devgfnl/typed-css-modules v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

typed-css-modules

Install

npm install --save-dev @devgfnl/typed-css-modules

How to use

npx generate-type-cssmodule

## or

npx gtcm

Options

OptionDescriptionExampleDefault
-w, --watchWatch for changes in the specified pathsN/AN/A
-p, --paths <paths>Comma-separated list of paths to watch-p "src/**/*.module.css,packages/**/*.module.css""src/**/*.module.css" and "lib/**/*.module.css"
-r, --root <path>Set the root directory for resolving paths-r "/path/to/root"Current working directory
-h, --helpDisplay this help messageN/AN/A
1.0.0

10 months ago