Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++)
- Host: GitHub
- URL: https://github.com/bitovi/bitovi-tools
- Owner: bitovi
- License: mit
- Created: 2013-04-30T18:22:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T23:14:24.000Z (over 7 years ago)
- Last Synced: 2024-11-01T22:38:47.254Z (6 days ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 1
- Watchers: 59
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
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