Hi, friends of dev.to 👋👋, let me introduce our cli tool which helps users quickly integrate generated code into their local project after using the graphical tool.

Introduction

In Weavefox, developers often need to add code to their local projects. Although they can add code through the platform's 'Download Code' and 'Copy Code' features, both methods can be somewhat cumbersome. Therefore, we offer a CLI tool that allows you to quickly add code to your local project. Next, I will introduce how to use this CLI tool.

CLI Introduction

Use Case

  1. Find the assets to add to the local project on the Weavefox platform.
    Image description

  2. Click the more options button in the top right corner, and copy the CLI command.
    Image description

  3. Open the project, execute the CLI command in the shell, and include the downloaded asset code in your project.
    Image description

Run the project to see the effect.
Image description

More

  1. CLI Introduction
  2. Weavefox Introduction
  3. Contact Us