PlopJS is a code generator meant to provide ease-of-use and power. Plop generates code when you want, how you want, and can be changed whenever you want.
Because of it's powerful extendability, you can make your own packages that tie into Plop in an extensible manner. Here are some packages that relate to Plop.
- Plop Pack Git Init - A plop helper that provides a git init action for CLI purposes
- Plop Pack NPM Install - A plop helper that provides an npm install action for CLI purposes
- Plop Pack NPM Install Packages - A plop action to install packages with NPM
- Plop Pack Azure NPM - A plop helper that provides a setup for Azure NPM NPMRC files
- Plop Action Copy - A plop action to copy files.
- Plop Pack Remove - Plop actions that provides the ability to remove individual and globs of files
- Plop Helper Date - A plop helper to grab the current date.
- Plop Helper List - A plop helper that formats comma separated values.
- Plop Helper Slugify - A plop helper that slugifies text.
- Plop Generator React Component - A plop generator for React components.
- Plop Generator React Context - A plop generator for React context.
- Plop Generator React Hook - A plop generator for React hooks.