https://github.com/localvoid/tscss
TypeScript definition generator for Modular CSS
https://github.com/localvoid/tscss
Last synced: 5 months ago
JSON representation
TypeScript definition generator for Modular CSS
- Host: GitHub
- URL: https://github.com/localvoid/tscss
- Owner: localvoid
- License: mit
- Created: 2017-08-09T09:42:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T14:54:01.000Z (almost 8 years ago)
- Last Synced: 2025-01-25T06:25:21.443Z (about 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tscss
`tscss` is a CLI tool that generates TypeScript definitions for [Modular CSS](https://github.com/tivac/modular-css)
files.
## Usage Example
```sh
$ tscss --watch --path src/**/*.css
```
## CLI Options
```
Usage: tscss [opts]
Available options:
--path or -p Minimatch pattern for css files. Defaults to "src/**/*.css".
--watch or -w Enable watch mode.
--version or -v Print tscss version.
```