adaptforge-elsolya
v0.1.0
Published
CLI for generating and testing framework adapters for Node.js libraries
Maintainers
Readme
adaptforge-elsolya
CLI (node-adapter) for generating framework adapters and contract tests for Node.js libraries.
Install
npm install adaptforge-elsolyaUsage
npx node-adapter init --package ./packages/my-lib --name my-lib
npx node-adapter add --framework express --package ./packages/my-lib --core-export createMyLib --operation middleware
npx node-adapter inspect --package ./packages/my-lib --json
npx node-adapter test --package ./packages/my-libLicense
MIT
