Quick start
Install acady as global module
NPM
Yarn
$ npm i -g acady
$ yarn global add acady
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 modified 2yr ago