Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 578 Bytes

Installation.md

File metadata and controls

45 lines (36 loc) · 578 Bytes

Installing Nexo

Create a new Nexo project.

Installing the CLI globaly

Nightly

# Npm
npm i nexojs@next -g

# yarn
yarn global add nexojs@next

Latest

# Npm
npm i nexojs -g

# Yarn
yarn global add nexojs

Alpha

# Npm
npm i nexojs@alpha -g

# Yarn
yarn global add nexojs@alpha

Beta

# Npm
npm i nexojs@beta -g

# Yarn
yarn global add nexojs@beta

Use without installing globally

To use Nexo without installing it globally, you much run your commands like this:

npx nexojs <Command Arguments>