UNPKG

rapidrestify

Version:

Create a robust Node.js backend REST API boilerplate integrated seamlessly with MongoDB. This package offers a comprehensive foundation for swiftly developing RESTful APIs. It includes a collection of pre-configured components, aiding in rapid setup and d

24 lines (23 loc) 533 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const CMDS = { init: "create-node-app", version: "--version", v: "--v", __name: "--name", __db: "--db", ejs: "template=ejs", jade: "template=jade", SETUP: { NODE: "create-node-app", REACT: "create-react-app", PYTHON: "create-python-app", }, DBS: { MONGOD: "mongod", MYSQL: "mysql", PSQL: "psql", CARE_PSQL: "exsp_postgresql", }, }; exports.default = CMDS;