crypto-key-composer

v0.1.3
A library to decompose and compose crypto keys of different types and formats
crypto parse transform compose decompose pem pkcs1 pkcs8 jwt and 5 more...

build:commonjs

BABEL_ENV=commonjs babel src -d lib --delete-dir-on-start

build:es

BABEL_ENV=es babel src -d es --delete-dir-on-start

build

npm run build:commonjs && npm run build:es

test

jest --coverage

lint

eslint --ignore-path .gitignore .

prerelease

npm t && npm run lint && npm run build

release

standard-version
npm i crypto-key-composer

Metadata

  • MIT
  • Whatever
  • AndrĂ© Cruz
  • released 5/6/2019

Downloads