0.0.2 • Published 9 years ago

signpass v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

SIGNPASS - Node.js library to manage Passbook archive

Build Status Coverage Status npm version

NPM

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