1.0.0-alpha.28 • Published 9 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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.28

9 months ago

1.0.0-alpha.27

9 months ago

1.0.0-alpha.26

10 months ago

1.0.0-alpha.25

10 months ago

1.0.0-alpha.24

10 months ago

1.0.0-alpha.21

1 year ago

1.0.0-alpha.23

12 months ago

1.0.0-alpha.22

1 year ago

1.0.0-alpha.20

1 year ago

1.0.0-alpha.19

1 year ago

1.0.0-alpha.18

1 year ago

1.0.0-alpha.17

1 year ago

1.0.0-alpha.16

1 year ago

1.0.0-alpha.15

1 year ago

1.0.0-alpha.14

1 year ago

1.0.0-alpha.13

1 year ago

1.0.0-alpha.12

2 years ago

1.0.0-alpha.11

2 years ago

1.0.0-alpha.10

2 years ago

1.0.0-alpha.9

2 years ago

1.0.0-alpha.8

2 years ago

1.0.0-alpha.7

2 years ago

1.0.0-alpha.6

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.4

2 years ago

1.0.0-alpha.3

2 years ago

1.0.0-alpha.2

2 years ago

1.0.0-alpha.1

2 years ago