UNPKG

nodal

Version:

An API Server and Framework for node.js

9 lines (5 loc) 181 B
'use strict'; const CommandLineInterface = require('cmnd').CommandLineInterface; const CLI = new CommandLineInterface(); CLI.load(__dirname, './commands'); module.exports = CLI;