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
- Host: GitHub
- URL: https://github.com/devpaul/widgetsng
- Owner: devpaul
- License: other
- Created: 2015-09-19T18:56:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-19T19:49:54.000Z (over 10 years ago)
- Last Synced: 2025-01-28T15:21:43.150Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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