UNPKG

graojs

Version:

graoJS - A full stack MVC NodeJS framework

11 lines (9 loc) 166 B
/** * {{description}} * * @author {{author_name}} <{{author_email}}> */ var GraoJS = require('graojs'), graoJS = new GraoJS(); graoJS.start(); graoJS.status();