Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Captive Plop Generators (@captive/plop-config)

NPM Version License

Plop generators

Installation

npm install --save-dev @captive/plop-config

Usage

Zero configuration

This configuration will detect generators from dependencies.

// plopfile.mjs
import plopPluginAuto from '@captive/plop-config';

export default async function plopConfig(/** @type {import('plop').NodePlopAPI} */ plop) {
  await plopPluginAuto(plop);
}

Manual configuration

// plopfile.mjs
import { plopPlugin } from '@captive/plop-config';

export default async function plopConfig(/** @type {import('plop').NodePlopAPI} */ plop) {
  await plopPlugin({
    // react: true | false,
    // vue: true | false,
  })(plop);
}

Features :

UI Components :

  • Vue component generator

Application Store :

  • Pinia store module generator

Documentation

  • Tech Dive In document generator

License

MIT © Julien Polo julien.polo@captive.fr

About Captive

captive

@captive/plop-config is maintained and funded by Captive. The names and logos for captive are trademarks of captive-studio.

We love open source software! See our other projects or hire us to design, develop, and grow your product.