@paintless/dest-linear
v0.1.0
Published
Paintless destination adapter that creates structured Linear issues
Maintainers
Readme
@paintless/dest-linear
Destination adapter for Linear: a structured issue in the right team.
import { linear } from '@paintless/dest-linear'
destinations: [linear({ teamId: 'FRONT' })],
routes: [{ when: { env: 'prod' }, deliver: ['linear'] }],teamId takes the team key you can read off Linear (FRONT) or the team's UUID —
a key is resolved through the API once and reused. Reads LINEAR_API_KEY when
apiKey is omitted.
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
