# Install

## Overview

JSBerry CLI is a command-line interface tool that helps you to to initialize and develop your applications. It helps on many grounds at once, from scaffolding the project to building well-structured apps.

## Install JSBerry CLI globally

Please make sure [Node.js](https://nodejs.org/uk/download) and npm are properly installed on your machine.

```
$ npm i -g jsberry@latest
```

Once the installation process is finished, you should be able to invoke CLI commands directly from your command line through the `jsberry` executable. In order to get a list of available functionalities, use the following command:

```
jsberry help
```
