0.2.0 • Published 2 years ago
@utima/scripts v0.2.0
@utima/scripts
A comprehensive collection of scripts for Utima projects, providing a powerful CLI tool (utima) for running and managing various tasks.
Install
npm i -D @utima/scriptsUsage
npx utima --helpCommands
Following commands are available:
ci
Removes all files from current git repository (including ignored files) and runs npm install. The install or ci command is used based on the existence of package-lock.json file.
npx utima cirelease
Synces working branches and runs release process using changesets.
npx utima release -m main -d dev
# With publishing
npx utima release -p -m main -d devsync-branches
Pulls changes and synces source branch into all target branches.
npx utima release -s main -t dev hotfix rc