signpass
v0.0.2
Published
Node.js library to manage Passbook archive: sign and zip a raw pass directory or unzip and verify a signed pass's signature and manifest
Downloads
6
Maintainers
Readme
SIGNPASS - Node.js
library to manage Passbook
archive
Features
- Sign and zip a raw pass directory
- Unzip and verify a signed pass's signature and manifest
- Command line tool to use all features
- Library injection to use it directly in your code
Getting started
To use signpass
with CLI
feature, it's recommended to install it in global path
$ npm install -g signpass
To use signpass
in your project with library injection, you can install it directly in project dependency
$ cd path/to/your/root/project
$ npm install signpass