# Installation

# Using NPM

Install Packagaya with NPM:

npm install -g @packagaya/cli

# Using yarn

Install Packagaya with yarn:

yarn global add @packagaya/cli

# Using in a NodeJS based project

You can also install the CLI in your own project with the following command:

yarn add -D @packagaya/cli