robbieferrero / vpncard

VPN Security Card for VPN parser and code generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VPN Security Card for VPN parser and code generator

Build Status Codeship Status for robbieferrero/vpncard

This is ultimately not useful for anyone except a few people. You know who you are.

Install

clone the github repository

git clone git@github.com:robbieferrero/vpncard.git

install globally

from the repository directory:

npm install -g .

Usage

vpncard <PATH TO PDF> <CODE>

The code can be in the format of A1A1A1 or A1 A1 A1. It is case insensitive.

To not have to type the file path each time, put it somewhere you love and add alias:

alias vpncard="vpncard <PATH TO PDF>"

Tests

npm test

About

VPN Security Card for VPN parser and code generator


Languages

Language:JavaScript 100.0%