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

sbs-cli

v1.0.0

Published

The Super Blockchain Scaffolder, a command line utility for scaffolding blockchain-related projects!

Downloads

7

Readme

sbs-cli

The Super Blockchain Scaffolder command line utility!

Learn more at https://sbs-cli.org

Purpose

The sbs-cli is a free and open-source command line tool meant to make it easy for anyone to explore, learn, and build with all of the many awesome blockchain tooling, libraries, and protocols available today and in the future!

History

The sbs-cli was created by Jim (@JimLynchCodes) and Pranav (@ps428) for the Spring 2023 Chainlink hackathon.

Companion Site

Visit sbs-cli.org to learn more about the project and the sbs orgnaization!

Installation

The sbs-cli can be installed with either npm or cargo.

Option A) Install via NPM

Recommended for most users

npm i -g sbs-cli

Option B) Install via Cargo

Recommended for Rust users (and those contributing to sbs-cli project)

cargo install sbs-cli

Usage

Run in interactive mode (prompts user for necessary information)

sbs

Various flags can be passed to skip over the interactive prompts.

See all optional flags:

sbs --help

Example usage with flag arguments:

sbs -n "my-new_directory" -s "Chainlink Foundry Starter"

Dev Workflow

Note: Open-source contributors wanted!

1) First, clone this repo

git clone 

2) Run Tests

cargo test

3) Run Locally

cargo run

Some examples of running locally with flag arguments:

cargo run -- -a
cargo run -- -c
cargo run -- -n foo
cargo run -- -n foo -s "Foundry Starter Kit"

Deploying

Deploys are currently done through the SBS Team account using the rust-to-npm package.

First, manually increment the version in Cargo.toml file.

Make sure you are logged into npm and cargo in your cli before trying to deploy:

cargo login
npm adduser

Note that we want "sbs" to be the command users run but we want users to install it with "sbs-cli" so we deploy with the -n flag like so:

rust-to-npm-cli deploy -b -n sbs-cli