Node.js CLI for Built.js


Keywords
builtjs, cli, components, jsx, react, sync, ui
License
MIT
Install
npm install @builtjs/cli@1.0.44

Documentation

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>