UNPKG

react-starter-kit-cli-cars

Version:

cli companion to react-starter-kit

13 lines (9 loc) 396 B
const path = require('path') module.exports = { name: 'rsk-cli', ROOT: path.resolve(__dirname), TEMPLATES_PATH: path.resolve(__dirname, 'templates'), PROJECT_TEMPLATE_PATH: path.resolve(__dirname, 'templates', 'project-template'), SERVER_TEMPLATE_PATH: path.resolve(__dirname, 'templates', 'server-template'), COMPONENTS_PATH: path.resolve(__dirname, 'templates', 'components'), }