Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitovi/bitovi-tools

Tasks for building Bitovi projects(eg: CanJS, jQuery++)
https://github.com/bitovi/bitovi-tools

Last synced: about 5 hours ago
JSON representation

Tasks for building Bitovi projects(eg: CanJS, jQuery++)

Awesome Lists containing this project

README

        

Testify is a Grunt task to generate tests for the [CanJS](https://github.com/bitovi/canjs) and [jQuery++](https://github.com/bitovi/jquerypp) projects.

### Options

#### template `string`

Required - path to test template.

#### builder `object`

Reqired - JSON object, specifying module descriptions. Typically this is defined with a builder.json file.

#### root `string`

Required - specify directory where steal lives.

#### out `string`

todo

#### transform `object`

todo

### Sample Config:

todo