@metacode-inc/aspect
v1.0.18
Published
Node.js CLI for the Aspect UI builder.
Maintainers
Readme
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 -gUsage
Fetch your project's jsx/react components using the following command:
$ aspect fetch --project <projectId> --out <outputDirectory> --key <apiKey>