DubStack
Getting Started

Installation

Install DubStack via Homebrew, npm, or from source.

Install DubStack via Homebrew, npm, or build from source.

brew tap wiseiodev/dubstack
brew install dubstack

Update:

brew update
brew upgrade dubstack

npm

npm install -g dubstack

From Source

git clone https://github.com/wiseiodev/dubstack.git
cd dubstack
pnpm install
pnpm build
pnpm link --global

Verify Installation

After installing, verify DubStack is available:

dub --help

Initialize DubStack in your repository:

dub init

Note: dub create auto-initializes state if needed, so running dub init manually is optional but useful for explicit setup.

On this page