near-social
near-social CLI
Command line utility helps to develop widgets for near.social by allowing developers to use standard developer tools like their best code editor and standard tools for source code version control, and then deploy their widgets to SocialDB in one command.
There are currently only two commands implemented:
deployallows you to upload/publish widgets from your local./srcfolder to near.social account.downloadallows you to download the existing widgets from any near.social account to the local./srcfolder.
This tools is in its early stage, so there are some known limitations around storage deposit. More commands are still on the way, see the issues tracker and propose more features there. Yet, NEAR GigsBoard uses this CLI in production for Continuous Delivery (CD) setup, check it out here.
Watch an early intro screencast tour here.
Install
From Binaries
The release page includes precompiled binaries for Linux, macOS and Windows.
From Source
With Rust's package manager cargo, you can install near-social via:
cargo install --git https://github.com/FroVolod/near-social