UNPKG

boip

Version:

a command line application that creates a new project from a boilerplate stored on GitHub

5 lines (4 loc) 150 B
const PJ = 'boip' const envPaths = require('env-paths') module.exports.DATA_DIR = envPaths(PJ).data module.exports.REPO_NAME_RGX = /^[^:/]*\/[^:/]*$/