Skip to content

Generates code (projects, components, etc.) with custom pattern.

Notifications You must be signed in to change notification settings

grmpf/plopTemplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generates code (projects, components, etc.) with custom pattern.

Topics

Resources

Stars

Watchers

Forks