UNPKG

cli-learning-in-nodejs

Version:
7 lines (6 loc) 208 B
const shell = require("shelljs"); const chalk = require("chalk"); module.exports = (data) => { shell.mkdir(data.PROJECTNAME); console.log(chalk.green("Your project folder is set already!")); };