A NPM package TypeScript template.
- Change the
name
value from thepackage.json
to match your package name - Change the
version
value from thepackage.json
to match your package version - Change the
description
value from thepackage.json
to match your package description - Change the
keywords
value from thepackage.json
to match your package keywords - Change the
author
value from thepackage.json
to match your package author - Change the
bugs.url
value from thepackage.json
to match your package bug reporting URL - Change the
homepage
value from thepackage.json
to match your package homepage
npm run build
npm run test
npm run lint
npm run lint-fix
- Set the environment variable
NODE_AUTH_TOKEN
to your own NPM account token. - run:
npm publish