UNPKG
gist-put
Version:
latest (0.5.1)
0.5.1
0.5.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
A convenient command line utility for gists
github.com/AWinterman/gist-put
AWinterman/gist-put
gist-put
/
index.js
4 lines
(3 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
module
.exports.post =
require
(
"./lib/post"
)
module
.exports.oauth =
require
(
"./lib/OAuth"
)
module
.exports.credential =
require
(
"./lib/credential"
)