Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.27 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.27 KB

Npm Package Seed

A quick start to build node packages.

Build npm Downloads per Month Standard - JavaScript Style Guide MIT License

Usage

Replace all 'npm-package-seed' in package.json with your package name in Kebab case.

Also update the following fields in package.json:

  • name
  • description
  • keywords
  • repository
  • author
  • homepage

Development

Build

npm install

npm run build

npm run lint

npm run lint:fix

License

The MIT License.