0.2.0 • Published 22 days ago

@utima/scripts v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
22 days ago

@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/scripts

Usage

npx utima --help

Commands

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 ci

release

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 dev

sync-branches

Pulls changes and synces source branch into all target branches.

npx utima release -s main -t dev hotfix rc
0.2.0

22 days ago

0.1.3

4 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago