Installation
The core CLI along with a few critical Addons are installed while creating a new project when following our Getting Started documentation. It is recomended users follow these sections first before attempting more customized setups.
Dependencies
The core CLI requires @pixeloven/cli to be installed as it boostraps the core CLI along with any addons that might be installed.
npm install --save-dev @pixeloven/cli
or yarn
yarn add --dev @pixeloven/cli
Installation
To install the core CLI simply run the following with NPM
npm install --save-dev @pixeloven/cli-core
or yarn
yarn add --dev @pixeloven/cli-core