UNPKG

1.4 kBSource Map (JSON)View Raw
1{"version":3,"sources":["../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;8BAGI;;;;;;8BACA;;;;;;8BACA;;;;;;8BACA;;;;;;8BACA;;;;;;;;;8BAGK;;;;;;8BAA+B;;;;;;;;;oBAE/B;;;;;;oBAAQ;;;;;;;;;2BAER;;;;;;;;;wBAEA;;;;;;wBAAS;;;;;;;;;wBAET;;;;;;wBAAiB;;;;;;;;;8BAEjB;;;;;;;;;sBAGL;;;;;;sBACA;;;;;;;;;wBAIA;;;;;;wBACA;;;;;;wBACA;;;;;;;;;;;;;;;;;;;;;;;;;;QA9BG;QAiCA;QACA;QAEA;QAEA","file":"index.js","sourcesContent":["export roc from './roc';\n\nexport {\n merge,\n getConfig,\n appendConfig,\n getSettings,\n appendSettings\n} from './configuration';\n\nexport { generateMarkdownDocumentation, generateTextDocumentation } from './documentation';\n\nexport { runCli, initCli } from './cli';\n\nexport { validate } from './validation';\n\nexport { execute, executeSync } from './cli/execute';\n\nexport { getAbsolutePath, fileExists } from './helpers';\n\nexport { defaultPrompt } from './commands/helpers/default-prompt';\n\nexport {\n runHook,\n registerHooks\n} from './hooks';\n\nexport {\n registerAction,\n registerActions,\n removeActions\n} from './hooks/actions';\n\nexport generateMarkdownHooks from './hooks/documentation/generate-markdown-hooks';\nexport generateMarkdownActions from './hooks/documentation/generate-markdown-actions';\n\nexport generateMarkdownCommands from './commands/markdown-commands';\n\nexport getConfiguration from './cli/get-configuration';\n"]}
\No newline at end of file