@captive/plop-config
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.20 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @captive/plop-config

Weekly Downloads

672

Version

1.0.0-alpha.20

License

MIT

Unpacked Size

48.1 kB

Total Files

102

Last publish

Collaborators

  • cprodhomme
  • captive_owner
  • jpolo