1.1.1 • Published 3 years ago

create-npm-starter v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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