Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 876 Bytes

README.md

File metadata and controls

80 lines (54 loc) · 876 Bytes

@behemothjs/cli

status node 18.x XO code style

Behemoth CLI

Install

npm install --global @behemothjs/cli

Interface Design

docs

Open Behemoth docs

behemoth docs

make

Make project.

behemoth make

Options:
  --name ProjectName
  --type web | api
  --version ${tag}

version

Show current CLI version.

behemoth version

=> v1.0.0

upgrade

Upgrade latest CLI version.

behemoth upgrade