Installation
Multiple ways to install Shipmark.
Global Installation (Recommended)
Install globally to use shipmark command anywhere:
npm
$ npm install -g @grazulex/shipmark
yarn
$ yarn global add @grazulex/shipmark
pnpm
$ pnpm add -g @grazulex/shipmark
Run Without Installing
Use npx to run without global installation:
$ npx @grazulex/shipmark release
Verify Installation
$ shipmark --version
0.4.0
Requirements
- Node.js 18+ - Required runtime
- Git - For repository operations