@bluecadet/create-launchpad
v3.0.0
Published
Scaffolding CLI for @bluecadet/launchpad projects
Keywords
Readme
@bluecadet/create-launchpad
Scaffolding CLI for Launchpad projects.
Usage
npm create @bluecadet/launchpadThe tool will interactively ask which plugins, sources, and transforms you need, then generate or update a config with explicit workflow orchestration:
launchpad.config.tspackage.json(created or merged)tsconfig.json(created or validated).gitignore(optional)
After running, install the added dependencies:
npm installIf you scaffold the monitor plugin, the generated config includes both workflows.start and workflows.stop so PM2 apps connect, start, stop, and disconnect in the expected order.
Docs
See Creating a Project for full documentation.
License
Bluecadet-authored code in this package is licensed under ISC. Third-party dependencies retain their own licenses.
