This website requires JavaScript.
Explore
Help
Sign In
coolaj86
/
node-authenticator.js
Watch
1
Star
0
Fork
You've already forked node-authenticator.js
0
Code
Issues
2
Pull Requests
Releases
Activity
fad69a2ba9
node-authenticator.js
/
bin
/
authenticator.js
5 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
make executable
2016-01-02 09:25:46 +00:00
#!/usr/bin/env node
add bin
2016-01-02 09:24:24 +00:00
'use strict'
;
module
.
exports
=
require
(
'authenticator-cli/bin/authenticator'
)
;