@contexify/build
v0.3.0
Published
Version management utilities for Contexify projects
Maintainers
Readme
@contexify/build
Version management utilities for Contexify projects.
Note: This package is written in pure JavaScript and can be used without compilation.
Installation
npm install --save-dev @contexify/build
# or
yarn add --dev @contexify/build
# or
pnpm add --save-dev @contexify/buildFeatures
- Version synchronization tools
- Version checking tools
Usage
Version Synchronization
import { syncVersions } from '@contexify/build/version';
// Synchronize versions in all packages
await syncVersions();CLI Usage
# Use the direct commands
npx cx-sync-versions
npx cx-check-versionsAPI Documentation
Version Module
syncVersions(): Synchronizes version constants in source files with package.json versionscheckVersions(): Checks if version constants are in sync with package.json versions
License
MIT
