Installation
Multiple ways to install StackMark on your system.
npm (Recommended)
Install StackMark globally using npm:
terminal
$ npm install -g @grazulex/stackmark
npx (No Install)
Run StackMark without installing:
terminal
$ npx @grazulex/stackmark dash
Verify Installation
Check that StackMark is installed correctly:
terminal
$ stackmark --version
1.0.3
Requirements
| Requirement | Version |
|---|---|
| Node.js | 18.0.0 or higher |
| Docker | 20.10.0 or higher |
| Docker Compose | v2.0.0 or higher |
Update
Update StackMark to the latest version:
terminal
$ npm update -g @grazulex/stackmark