UNPKG

build-express-api

Version:

Command line interface for instantly building an express rest api

10 lines 232 B
// Configuration for app (routes to all of the templates, etc...) module.exports = { cli_version: '1.2.4', terminal_colors: { green: '\x1b[32m', red: '\x1b[31m', cyan: '\x1b[36m', white: '\x1b[37m' } }