0.0.4 • Published 3 years ago

plophub v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Plophub

GitHub Workflow Status npm Codecov

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

  • Load plophub-<plugin name> packages automaticaly
  • Create plophub marketplace cli
  • Provide custom plugin options API