UNPKG

@tsclean/scaffold

Version:

This CLI creates an initial structure of a project based on clean architecture.

15 lines 424 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONSTANTS = void 0; exports.CONSTANTS = { MONGO: "mongo", MONGOOSE: "mongoose", SEQUELIZE: "sequelize", MYSQL: "mysql", POSTGRES: "pg", INSTALLING: 'Installing...', NPM_INSTALL: "npm install", ADAPTER: "Adapter", INSTALLATION_COMPLETED: "Installation completed", }; //# sourceMappingURL=constants.js.map