Skip to content

VGG command line tool for converting design files into VGG format.

Notifications You must be signed in to change notification settings

verygoodgraphics/vgg_cli

Repository files navigation

@verygoodgraphics/vgg-cli

Command-line tool that converts design files into VGG format.

Note that vgg-cli relies on Daruma's online service for conversion. By using vgg-cli, we assume you agree to Daruma's terms of service and privacy policy.

oclif Version Downloads/week

Usage

$ npm install -g @verygoodgraphics/vgg-cli
$ vgg-cli convert xxx.fig
Saved as "xxx.daruma"

Development Usage

$ pnpm install
$ pnpm run build
$ ./bin/run.js --help # running built scripts in `dist` folder
$ ./bin/dev.js --help # running original scripts in `command` folder
$ ./bin/dev.js convert xxx.fig
Saved as "xxx.daruma"

FAQ

What is VGG format?

VeryGoodGraphics (VGG) is a next-gen vector graphics format which is defined in VGG Specs.

What is .daruma file?

Daruma file conforms to VGG File Spec which is just a zip of JSONs.

Why do I need network access?

The conversion is done online by Daruma, which requires network access.

For more questions, please join in our Discord channel.

About

VGG command line tool for converting design files into VGG format.

Resources

Stars

Watchers

Forks

Packages

No packages published