yarn
yarn build
- rewirte release config file
release.config.ts
, set yourreleaseUser
&scripts
- run command
yarn release
- init jest config file
npx jest --init
- simple git hooks init
npx simple-git-hooks
- init eslint config
npm init @eslint/config
A template for package with rollup, typescript, release-pkg, eslint, prettier, jest, simple-git-hooks
TypeScriptMIT