dot-plop
Version:
A simple approach to PlopJS with first class TypeScript support and a one-line plopfile
10 lines • 505 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const path_1 = require("path");
exports.dotPlop = path_1.join(process.cwd(), '.plop');
exports.generators = path_1.join(exports.dotPlop, 'generators');
exports.helpers = path_1.join(exports.dotPlop, 'helpers');
exports.actions = path_1.join(exports.dotPlop, 'actions');
exports.prompts = path_1.join(exports.dotPlop, 'prompts');
exports.tsconfig = path_1.join(exports.dotPlop, 'tsconfig.json');
//# sourceMappingURL=paths.js.map