MVP toolkit for scaffolding, validating, and packaging low-code extensions from declarative manifests.
npm install
npm test
node src/cli.js scaffold --name my-ext --out ./tmp/my-ext
node src/cli.js validate --manifest ./examples/sample-extension.json
node src/cli.js package --manifest ./examples/sample-extension.json --out ./dist- Scaffolds new extension projects
- Validates required manifest fields
- Produces a deterministic JSON bundle artifact
See docs/api.md.
npm run lint
npm testsrc/ core library + CLI
tests/ smoke tests
examples/ sample manifests
docs/ API docs
See ROADMAP.md.
See CONTRIBUTING.md.
MIT - see LICENSE.