UNPKG
agliojs
Version:
latest (2.3.1)
2.3.1
2.3.0
An API Blueprint renderer with theme support
github.com/jtwebman/aglio
jtwebman/aglio
agliojs
/
bin
/
aglio.js
10 lines
(7 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env node
process.
title
=
'aglio'
;
require
(
'../lib/bin'
).
run
(
null
,
function
(
err
){
if
(err){ process.
exit
(
1
); } });