create-npm-starter
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

create-npm-starter

Generate boilerplate for your npm package.

NPM MIT CI PRs welcome! Typescript

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

Package Sidebar

Install

npm i create-npm-starter

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

42.3 kB

Total Files

34

Last publish

Collaborators

  • coderosh