0.0.2 • Published 11 years ago
signpass v0.0.2
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 signpassTo 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

