UNPKG
apib2go
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Convert API Blueprint to golang routers
apib2go
/
cli.js
10 lines
(7 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env node
process.
title
=
'apib2go'
;
require
(
'./gen.js'
).
run
(
function
(
err
){
if
(err){ process.
exit
(
1
); } });