Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 254 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 254 Bytes

Contributing to jwt-cli

  1. Install dependencies.

    npm install

  2. Run jwt-cli.

    pbpaste | ./index.js

Publishing

  1. Login to npm.

    npm login

  2. Check the package version in package.json.

  3. Publish the updated package.

    npm publish