Skip to content

Instantly share code, notes, and snippets.

@dbabbs
Last active May 23, 2018 15:38
Show Gist options
  • Save dbabbs/7f827638ab66e79a6bfeb4b3c0f90ec5 to your computer and use it in GitHub Desktop.
Save dbabbs/7f827638ab66e79a6bfeb4b3c0f90ec5 to your computer and use it in GitHub Desktop.

Step 1 - Installing the XYZ CLI

In this tutorial, we'll cover what you need to do to install and use the XYZ Command Line Interface (CLI).

Download Node.js and install npm

Duration: 10:00

The XYZ CLI requires Node Package Manager or npm, which is included with Node.js.

To check if you have Node.js installed, run this command in your terminal:

node -v

To confirm that you have npm installed, type:

npm -v

If not, you can install it using a package manager or download the Node.js installer or binary for your operating system:

Download and install the XYZ CLI npm package

Duration: 2:00

npm install -g http://techpreview.xyz/herecli-0.0.12.tgz

Note: You may need to run this as a sudo command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment