Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 777 Bytes

installation-and-running.md

File metadata and controls

40 lines (28 loc) · 777 Bytes

Installation and running the HeroDevs CLI

Installation

Do you have NodeJS installed with version 14 or higher?

  • Yes
    • No need to install.
  • No
    • Get the HeroDevs CLI installer here.
    • Download the version for your operating system.
    • Unzip the download into your project's root directory.
    • The command that you run is based upon your operating system.
      • linux: hdcli
      • mac: hdcli
      • windows: hdcli.exe

Run

Run the appropriate command based upon your environment. Noting that ... represents the command and arguments you wish to run

NodeJS v14+

npx @herodevs/cli@latest ...

Without NodeJS v14+:

linux/mac:

hdcli ...

windows:

hdcli.exe ...