a template to quickly code and publish your TypeScript package
-
Yarn
-
TypeScript
-
Babel
- auto polyfilled with
corejs
- auto polyfilled with
-
lint
- eslint
- lint before committing with husky and lint-staged
-
rollup
- build your projects targeting
CommonJS
/ES Modules
/bundle
- auto generate
package.json
entry points
- build your projects targeting
-
test with jest
-
semantic versioning and releasing
Auto versioning and publishing with semantic-release and GitHub actions
To use this feature, please edit meta fields in
package.json
. Especially, please replacename
will your new package name.