plophub
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    11
  • 0.0.3
    12
  • 0.0.2
    12

Package Sidebar

Install

npm i plophub

Weekly Downloads

35

Version

0.0.4

License

MIT

Unpacked Size

11.3 kB

Total Files

25

Last publish

Collaborators

  • trickstival