Skip to content

Installation

Install as a dev dependency in your project:

bash
npm install --save-dev shipfe

Then run via npx:

bash
npx shipfe --version
npx shipfe --help

Optional: Global Installation

If you prefer a global CLI, you can still install it globally (not necessary when using npx):

bash
npm install -g shipfe