PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@commitlint/parse/node_modules/conventional-changelog-angular
Просмотр файла: index.js
'use strict'
const { createParserOpts } = require('./parserOpts')
const { createWriterOpts } = require('./writerOpts')
const { createConventionalChangelogOpts } = require('./conventionalChangelog')
const { createConventionalRecommendedBumpOpts } = require('./conventionalRecommendedBump')
async function createPreset () {
const parserOpts = createParserOpts()
const writerOpts = await createWriterOpts()
const recommendedBumpOpts = createConventionalRecommendedBumpOpts(parserOpts)
const conventionalChangelog = createConventionalChangelogOpts(parserOpts, writerOpts)
return {
parserOpts,
writerOpts,
recommendedBumpOpts,
conventionalChangelog
}
}
module.exports = createPreset
Выполнить команду
Для локальной разработки. Не используйте в интернете!