A starter kit for a most/core package.
- Compiles TypeScript, generates typings
- Builds CommonJS and ES2015 modules, and also UMD module (you know, for CDNs)
- Runs tests with Mocha (and
power-assert)
- Clone (or fork) the repo.
- If you clone, don’t forget to change the git remote.
- Edit
package.json- Search and replace
most-package-seedwith your package name of choice - Don’t forget to remove
"private": true.
- Search and replace
- Edit
README.mdfor good measure. - You’re ready to code.
Flow types generation is missing, even though they probably can be converted from the TS typings.