UNPKG

agliojs

Version:

An API Blueprint renderer with theme support

10 lines (7 loc) 130 B
#!/usr/bin/env node process.title = 'aglio'; require('../lib/bin').run(null, function(err){ if(err){ process.exit(1); } });