Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 569 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 569 Bytes

Node.js CLI for Aspect UI builder

The official command line tool for quickly syncing components between the Aspect UI builder and your codebase.

Installation

Since this runs from the command line, you'll have to install with the -g option. Depending on your permissions, installation may require sudo prefix.

$ npm install @metacode-inc/aspect -g

Usage

Fetch your project's jsx/react components using the following command:

$ aspect fetch --project <projectId> --out <outputDirectory> --key <apiKey>