- TypeScript
- Babel
- Rollup bundles
- CommonJS
- ES Module
- UMD
- Types
- ESLint
- Jest
- Allows TypeScript in test files
- TypeDoc
- GitHub Workflows for
- Building
- Code Coverage
- Documentation
- Publishing
npx degit patrickroberts/template my-new-project
cd my-new-project
npm installTo begin live development with incremental building and testing
npm run watchEvery push to the master branch will trigger an automated build and deploy generated documentation to GitHub Pages from the root of the gh-pages branch.
Every release will publish the package pre-bundled to npm. You need to configure your credentials by creating a secret with the name NPM_TOKEN.