UNPKG

nymi-roaming-authenticator

Version:

An illustration of how one might write a roaming authenticator for Nymi Bands

7 lines (4 loc) 125 B
#!/usr/bin/env node 'use strict'; const CommandLine = require('./bin/commandline'); CommandLine.parse(process.argv);