UNPKG

@practica/create-node-app

Version:

Create Node.js app that is packed with best practices AND strive for simplicity

6 lines (5 loc) 230 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cli_entry_point_1 = require("../src/code-generator/entry-points/cli-entry-point"); (0, cli_entry_point_1.startAppGenerator)();