1.1.1 • Published 4 years ago
create-npm-starter v1.1.1
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-starterAnd 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-starterAvailable templates
- javascript-starter
- typescript-starter