Generate boilerplate for your npm package.
- Test with
jest
- Lint with
eslint
- Format with
prettier
- CI with
github actions
- Git hooks with
yorkie
# with npm
npm init npm-starter
# with yarn
yarn create npm-starter
And follow the prompts.
Or simply pass the project name and template.
# with npm
npm init npm-starter my-project -- --template typescript-starter
# with yarn
npm create npm-starter my-project --template typescript-starter
- javascript-starter
- typescript-starter