dojo/cli-css-typings

Name: cli-css-typings

Owner: Dojo

Description: **DEPRECATED** Dojo 2 - cli command for generating CSS module typings.

Created: 2016-10-13 18:43:38.0

Updated: 2017-08-25 16:50:27.0

Pushed: 2017-03-27 08:20:00.0

Homepage:

Size: 17

Language: TypeScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

*THIS REPO IS NOW DEPRECATED *

This functionality is now incorporated into dojo build

cli-css-typings

Build Status codecov npm version

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?
  1. npm install -g dojo-cli
  2. npm install -g dojo-cli-css-typings
  3. 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.