WebPlopOn this pagePlopInstallnpm install -g plopUsageplopfile.jsmodule.exports = function (plop) { // create your generators here plop.setGenerator('basics', { description: 'this is a skeleton plopfile', prompts: [], // array of inquirer prompts actions: [] // array of actions });};