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

https://github.com/devpaul/widgetsng

Widgets the Next Generation
https://github.com/devpaul/widgetsng

Last synced: about 2 months ago
JSON representation

Widgets the Next Generation

Awesome Lists containing this project

README

          

# Typescript Template

Examples for a new generation of widgets

## Quick Start

* `npm install`

## Grunt Commands

* `grunt lint` - validates style rules
* `grunt test` - runs intern's node client
* `grunt test-local` - runs intern's runner with local configuration
* `grunt test-proxy` - starts intern's testing proxy
* `grunt test-runner` - runs intern's runner
* `grunt ci` - runs tests in a continuous integration environment
* `grunt clean` - cleans development work
* `grunt` - compiles files