Repo intended to be used as a template for npm packages,
with opinionated build setup babel
, eslint
, jest
, husky
etc pre-configured
Add description
$ npm install package --save # replace with real npm package name
// add relevant setup here
// add example usage here
<!-- add example output here -->
<div></div>
Run
$ npx @vidhill/package-json-editor
- to update the package.json
- Build:
npm run build
- Watch build:
npm run dev
- Run tests:
npm run test
- Watch tests:
npm run test:watch