KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
webstudio-cli
★ 13
Open GitHub ↗
⬛️ CLI for Webstudio
Download README (.md)
Explore Similar Repositories
Bive
:
Bive is a Kurdish profanity language processing project.
simd_granodi
:
x64/SSE2 and AArch64/NEON SIMD layer in a single C/C++ header file, with functions/classes
DropFullCarts
:
A small mod to make carts drop themselves instead of their components
FuzzProject
:
Show the application of fuzzy in penetration test~
Transcendence
:
A charm pack for Hollow Knight
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
webstudio-cli
?
Download (.md)
## Webstudio CLI Moved to [main repo](https://github.com/webstudio-is/webstudio) Webstudio CLI lets you download data from a Webstudio instance onto your file system. Webstudio SDK will automatically use it. ## Installation Add CLI to your project locally by running `yarn add --dev @webstudio-is/cli` or globally by running `npm i -g @webstudio-is/cli` Now you can run `wstd --help` to show the manual. ## Sync Run `wstd sync <project id> --host <instance url>` to fetch the data. Project id is visible in the URL of the project in the designer. Instance URL depends on where you host the designer. Example: `wstd sync 62154aaef0cb12345ccf85d6e --host https://my-webstudio-instance.vercel.app` When you sync, the script will download the data into `.webstudio` folder in your project root. Now you can use the SDK to render components, see [webstudio landing](https://github.com/webstudio-is/webstudio-landing) as an example.