@captive/plop-config v1.0.0-alpha.33
Captive Plop Generators (@captive/plop-config)
Plop generators
Installation
npm install --save-dev @captive/plop-configUsage
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 :
Vuecomponent generator
Application Store :
Piniastore module generator
Documentation
Tech Dive Indocument generator
License
MIT © Julien Polo julien.polo@captive.fr
About 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.
11 months ago
9 months ago
10 months ago
9 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago