dojo-cli-css-typings
v2.0.0-alpha.1
Published
generate CSS module type declarations
Downloads
8
Readme
cli-css-typings
Generate .d.ts
files for CSS modules using the dojo cli.
Features
Pass a file glob to match CSS files for which to generate TypeScript declarations.
How do I use this package?
npm install -g dojo-cli
npm install -g dojo-cli-css-typings
dojo css typings --in '*.css' --out .
How do I contribute?
We appreciate your interest! Please see the Dojo 2 Meta Repository for the Contributing Guidelines and Style Guide.
Testing
Test cases MUST be written using Intern using the Object test interface and Assert assertion interface.
90% branch coverage MUST be provided for all code submitted to this repository, as reported by istanbul’s combined coverage results for all supported platforms.
To test locally in node run:
grunt test
Licensing information
© 2004–2016 Dojo Foundation & contributors. New BSD license.