A NPM package TypeScript template.
- Change the
namevalue from thepackage.jsonto match your package name - Change the
versionvalue from thepackage.jsonto match your package version - Change the
descriptionvalue from thepackage.jsonto match your package description - Change the
keywordsvalue from thepackage.jsonto match your package keywords - Change the
authorvalue from thepackage.jsonto match your package author - Change the
bugs.urlvalue from thepackage.jsonto match your package bug reporting URL - Change the
homepagevalue from thepackage.jsonto match your package homepage
npm run build
npm run test
npm run lint
npm run lint-fix
- Set the environment variable
NODE_AUTH_TOKENto your own NPM account token. - run:
npm publish