Plop generators
npm install --save-dev @captive/plop-configThis 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);
}// 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
MIT © Julien Polo julien.polo@captive.fr
@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.
