@kody/jira
src/index.js
12 lines · 379 B · JavaScriptimport jira from './jira.js'
/**
* Official Jira Cloud helpers. Defaults to `smoke-test`.
* Pass `action` for a named helper, or import a subpath.
* @example
* import jira from 'kody:@kody/jira'
* const result = await jira({ dryRun: true })
* // => { ok: true, live: false, dryRun: true, path: '/myself', setup: { ... } }
*/
export default jira
export * from './jira.js'