@storm-software/config-tools
Version:
⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.
12 lines (11 loc) • 829 B
text/typescript
export { applyWorkspaceBaseTokens, applyWorkspaceProjectTokens, applyWorkspaceTokens } from './apply-workspace-tokens.cjs';
export { basename, correctPaths, dirname, extname, format, isAbsolute, joinPaths, normalizeString, normalizeWindowsPath, parse, relative, resolve, sep, toNamespacedPath } from './correct-paths.cjs';
export { findFileName, removeExtension } from './file-path-utils.cjs';
export { findWorkspaceRoot, findWorkspaceRootSafe } from './find-workspace-root.cjs';
export { DEFAULT_COLOR_CONFIG, getDefaultConfig } from './get-default-config.cjs';
export { exitWithError, exitWithSuccess, handleProcess } from './process-handler.cjs';
export { IOType, LARGE_BUFFER, StdioOptions, run, runAsync } from './run.cjs';
import '../types.cjs';
import '@storm-software/config';
import 'node:path';
import 'child_process';