UNPKG
postman
Version:
latest (0.2.0)
0.2.0
0.1.0
The Postman will help deliver messages around your application
postman
/
node_modules
/
coffee-script
/
bin
/
coffee
8 lines
(5 loc)
•
184 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
var
path =
require
(
'path'
);
var
fs =
require
(
'fs'
);
var
lib = path.
join
(path.
dirname
(fs.
realpathSync
(__filename)),
'../lib'
);
require
(lib +
'/command'
).
run
();