/pkg-template

A template for package with rollup, typescript, release-pkg, eslint, prettier, jest, simple-git-hooks

Primary LanguageTypeScriptMIT LicenseMIT

pkg-template

init

yarn

build

yarn build

release

  1. rewirte release config file release.config.ts, set your releaseUser & scripts
  2. run command
yarn release

note

  1. init jest config file
npx jest --init
  1. simple git hooks init
npx simple-git-hooks
  1. init eslint config
npm init @eslint/config