@halospv3/hce.shared-config
Version:
Automate commit message quality, changelogs, and CI/CD releases. Its `main` entry point is a Semantic Release config. Functions and classes are exposed for customization. An ESLint config, a Commitlint config, and addl. resources for .NET projects are als
10 lines (9 loc) • 1.26 kB
JavaScript
import { MSBuildProjectProperties } from "./dotnet/MSBuildProjectProperties.mjs";
import { NPPGetterNames, NugetProjectProperties } from "./dotnet/NugetProjectProperties.mjs";
import { EvaluationOptions, MSBuildEvaluationOutput, MSBuildProject, _InternalMSBuildEvaluationTypes, catchCsc2012, catchEBUSY, loopTryDotnetCommand } from "./dotnet/MSBuildProject.mjs";
import { NRIOpts, NRIOptsBase, NugetRegistryInfo, getGithubOutput, getGithubOutputSync } from "./dotnet/NugetRegistryInfo.mjs";
import { configureDotnetNugetPush, configurePrepareCmd } from "./dotnet/helpers.mjs";
import { DefaultGithubTokenEnvVars, GHNRIOpts, GithubNugetRegistryInfo } from "./dotnet/GithubNugetRegistryInfo.mjs";
import { GLNRIOpts, GitlabNugetRegistryInfo } from "./dotnet/GitlabNugetRegistryInfo.mjs";
import "./dotnet/index.mjs";
export { DefaultGithubTokenEnvVars, EvaluationOptions, GHNRIOpts, GLNRIOpts, GithubNugetRegistryInfo, GitlabNugetRegistryInfo, MSBuildEvaluationOutput, MSBuildProject, MSBuildProjectProperties, NPPGetterNames, NRIOpts, NRIOptsBase, NugetProjectProperties, NugetRegistryInfo, _InternalMSBuildEvaluationTypes, catchCsc2012, catchEBUSY, configureDotnetNugetPush, configurePrepareCmd, getGithubOutput, getGithubOutputSync, loopTryDotnetCommand };