create-npm-starter
v1.1.1
Published
Generate boilerplate for your npm package
Downloads
11
Maintainers
Readme
create-npm-starter
Generate boilerplate for your npm package.
Features
- Test with
jest
- Lint with
eslint
- Format with
prettier
- CI with
github actions
- Git hooks with
yorkie
Usage
# 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
Available templates
- javascript-starter
- typescript-starter