npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@ioplus/snapcli

v0.1.10

Published

Command-line tool for casting votes on Snapshot.org DAO proposals directly from your terminal.

Downloads

57

Readme

@ioplus/snapcli 📸🖥️

npm version License: Apache

@ioplus/snapcli 是一个强大的命令行工具,专为 Snapshot 投票系统设计。轻松管理您的钱包、进行投票,让您的声音在去中心化治理中被听到! 🗳️💪

安装 🚀

使用 npm 全局安装 @ioplus/snapcli:

npm install -g @ioplus/snapcli

安装完成后,您可以使用 snapclisnap 命令来运行工具。

使用方法 🛠️

$ snap

$ snapcli

命令概览

Usage: snapcli <command> [options]

Options:
  -V, --version           output the version number
  -d, --debug             show debug log (default: false)
  -h, --help              display help for command

Commands:
  login [privateKey]      login with private key. Then you no longer need specify --privateKey any more
  listWallets             list your saved wallets and active wallet!
  use [address]           use wallet address
  vote [options] [space]  vote for specified space, like <aave.eth>. You can find your spaces at https://snapshot.org/#/.
  clean [item]            clean local settings
  proxy [proxyUrl]        set proxy for request
  help [command]          display help for command

详细命令说明 📚

login 🔐

$ snap login [privateKey]

安全地将您的私钥加密保存到本地。这样,您就不需要在每次操作时都指定 --privateKey 了。

listWallets 👛

$ snap listWallets

显示您本地已保存的所有钱包地址,以及当前正在使用的钱包地址。

use 🔄

$ snap use [address]

指定您想要使用的钱包地址。这对于管理多个钱包非常有用!

vote 🗳️

$ snap vote [options] [space]

为指定的项目空间进行投票。例如: snap vote aave.eth

您可以在 Snapshot 上找到您感兴趣的项目空间。

clean 🧹

$ snap clean [item]

(开发中) 用于在遇到错误时重置配置。

proxy 🌐

$ snap proxy [proxyUrl]

(开发中) 设置请求代理,优化您的网络连接。

贡献 🤝

我们欢迎所有形式的贡献! 如果您有任何想法、建议或发现了 bug,请随时提出 issue 或提交 pull request。

许可证 📄

Apache

联系我们 📮

如果您有任何问题或需要支持,请通过 GitHub Issues 与我们联系。

Happy voting! 🎉🚀