UNPKG

carpent

Version:

Bootstrap and configure any project using its template

11 lines 291 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("./index"); const repoPath = process.argv[1]; const dirPath = process.argv[2]; index_1.carpent({ repo: repoPath, dir: dirPath, }); //# sourceMappingURL=cli.js.map