create-paintless-adapter
v0.1.0
Published
Scaffold a Paintless adapter package (destination or agent) with contract tests
Maintainers
Readme
create-paintless-adapter
Scaffold a Paintless adapter — agent or destination — with contract tests wired up.
npm create paintless-adapter my-adapter
npm create paintless-adapter my-agent -- --type agentYou get a working skeleton, a build setup and the @paintless/adapter-kit
contract test. Fill in the TODOs, keep npm test green, publish.
Part of Paintless — click an element in a running app, describe the change, let an agent make it. Docs: https://kyechan99.github.io/paintless/
MIT © kyechan99
