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
Find the assets to add to the local project on the Weavefox platform.
Click the more options button in the top right corner, and copy the CLI command.
Open the project, execute the CLI command in the shell, and include the downloaded asset code in your project.
Run the project to see the effect.