signpass

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

Usage no npm install needed!

<script type="module">
  import signpass from 'https://cdn.skypack.dev/signpass';
</script>

README

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