1.0.0-alpha.20 • Published 22 days ago

@captive/plop-config v1.0.0-alpha.20

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days ago

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.

1.0.0-alpha.20

22 days ago

1.0.0-alpha.19

1 month ago

1.0.0-alpha.18

1 month ago

1.0.0-alpha.17

2 months ago

1.0.0-alpha.16

2 months ago

1.0.0-alpha.15

2 months ago

1.0.0-alpha.14

2 months ago

1.0.0-alpha.13

2 months ago

1.0.0-alpha.12

4 months ago

1.0.0-alpha.11

5 months ago

1.0.0-alpha.10

5 months ago

1.0.0-alpha.9

6 months ago

1.0.0-alpha.8

6 months ago

1.0.0-alpha.7

6 months ago

1.0.0-alpha.6

6 months ago

1.0.0-alpha.5

7 months ago

1.0.0-alpha.4

7 months ago

1.0.0-alpha.3

7 months ago

1.0.0-alpha.2

7 months ago

1.0.0-alpha.1

7 months ago