agubler / dojo-cli-compile-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dojo-cli-compile-ts

The compile ts command for the dojo cli.

Features

Will compile a package as per the dojo2 dev and dist configurations

How do I use this package?

  • Install globally alongside dojo cli
npm install dojo-cli-compile-ts

Run with the following command from within the project directory that needs to be compiled.

dojo compile [ts] -t ['dev'|'dist']

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 run:

npm install grunt test

Licensing information

(New BSD)

© 2004–2016 Dojo Foundation & contributors. New BSD license.

About

License:Other


Languages

Language:TypeScript 98.4%Language:HTML 1.0%Language:JavaScript 0.5%