Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 669 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 669 Bytes

plop.js

TODO

  • Make this a repo + NPM package in order to pull it with plop.js

USAGE

yarn cmd package.json script
yarn generate
yarn gen
yarn plop --plopfile ./generators/plopfile.js

OR (when plop.js is installed globally)

yarn cmd Desc
plop --plopfile generators/plopfile.js When plopfile.js/ts is NOT in the root folder and plop is installed globally
plop When plopfile.js/ts is in the root folder and plop is installed globally.

Current Dependencies

  • plop - which uses inquirer under the hood.
  • inquirer-fuzzy-path - Fuzzy file/directory search and select prompt for Inquirer.js