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>