ts-jquery-seed
v1.0.0
Published
Create jquery plugins with typescript and rollup.
Downloads
2
Maintainers
Readme
TS JQUERY SEED
Create a jquery plugin with typescript and bundle it with rollup.
Installation
git clone https://github.com/miguelramos/ts-jquery-seed
cd ts-jquery-seed
yarn
yarn server
Commands
yarn build - bundle typescript to javascript
yarn server - run server for the example plugin
Tests
To implement.
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
Release History
- 1.0.0 Project creation
Node Compatibility
- v7