@bookkeeping/common
TypeScript icon, indicating that this package has built-in type declarations

1.0.22 • Public • Published

How to publish

  • Rename the package name in package.json
  • Create a git in the library
  • Login npm in CLI
  • Run npm version patch to increment version number
  • Publish to shawtickets
npm i
npm login
git commit -m ""
npm version patch
npm run build
npm publish --access public

Set up typescript

We write typescript but publish javasript to NPM after transpire.

tsc --init
npm install typescript del-cli --save-dev

npm install express \
  express-validator \
  cookie-session \
  jsonwebtoken \
  http-status-codes \
  @types/cookie-session \
  @types/express \
  @types/jsonwebtoken

Patch

The steps can be condensed into "pub" script in package.json.

git add .
git commit -m "Some message"
npm version patch
npm run build
npm publish

Short-hand: npm run pub

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.220latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.220
1.0.210
1.0.200
1.0.191
1.0.172
1.0.162
1.0.151
1.0.142
1.0.132
1.0.122
1.0.112
1.0.102
1.0.92
1.0.82
1.0.72
1.0.62
1.0.52
1.0.42
1.0.32
1.0.22
1.0.12
1.0.02

Package Sidebar

Install

npm i @bookkeeping/common

Weekly Downloads

0

Version

1.0.22

License

ISC

Unpacked Size

18.9 kB

Total Files

42

Last publish

Collaborators

  • shawlu95