JSBerry
  • Install
  • Русский
    • Начало работы
      • Введение
      • Быстрый старт
      • Подключение модулей и плагинов
      • Подключение и настройка чистого REST модуля
    • Основы
      • Ядро
        • Bootstrap
        • Mediator
        • Model
        • Router
      • ACTIONS
      • Модуль
      • Middlewares
  • English
    • Getting started
      • Introduction
      • Quick Start
Powered by GitBook
On this page
  • Overview
  • Install JSBerry CLI globally

Was this helpful?

Install

JSBerry is an open-source modular simple in use architecture for building Node.js applications.

NextНачало работы

Last updated 6 years ago

Was this helpful?

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 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

Node.js