Quick start

Installation

Install acady as global module

$ npm i -g acady

Create your first component

Lets's start with creating your first component

$ acady create

This command starts the create interface to guide you through the process of creating a new component.

Last updated