plophub
v0.0.4
Published
A hub for you to publish your plop templates and files
Readme
Plophub
Install Plopfiles from npm
- 💻 Share your own plopfiles with other users
- ⚙️ Install popular plopfiles from npm
🏗 Install
npm install -D plophub
# or
yarn add -D plophub🚀 Setup
Add plophub to your plopfile
// plopfile.js
const plophub = require('plophub')
module.exports = (plop) => {
// Loading plugins
plophub(plop)
Your custom plop generators
plop.setGenerator('Vue test file', {
// ...
});
};Now all packages that start with plophub- are loaded automatically
when plop is run
Roadmap
- [x] Load
plophub-<plugin name>packages automaticaly - [ ] Create plophub marketplace cli
- [ ] Provide custom plugin options API
