Installation
Multiple ways to install ContextMark on your system.
Requirements
- Node.js 18 or higher
- npm or yarn or pnpm
- Git (optional, for sync feature)
npm (Recommended)
$ npm install -g @grazulex/contextmark
yarn
$ yarn global add @grazulex/contextmark
pnpm
$ pnpm add -g @grazulex/contextmark
npx (No Install)
Run without installing globally:
$ npx @grazulex/contextmark --help
Verify Installation
$ contextmark --version
1.0.0
Update
$ npm update -g @grazulex/contextmark
Uninstall
$ npm uninstall -g @grazulex/contextmark
Note: This does not remove your library at ~/.contextmark. Remove it manually if needed.