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

solana-setup

v1.1.12

Published

Solana Setup is a command-line tool designed to make it easier for Solana developers to install and update their development environment.

Downloads

33

Readme

Solana Setup Tool

Solana Setup is a command-line tool designed to streamline the developer experience on the Solana blockchain. It simplifies the processes of installing, updating, and configuring your development environment, and even creating a new project with a single command.

Features

Install crucial development tools including Solana CLI, Rust, Anchor, Yarn, and TypeScript. Seamlessly update all the aforementioned tools to their latest versions. Generate a new project with your choice of dependencies, such as @solana/web3.js, @project-serum/anchor, and @solana/spl-token.

Installation

To install Solana Setup, you'll need Node.js and npm (which comes with Node.js). You can download Node.js here.

Once you have Node.js and npm installed, you can install Solana Setup globally using the following command:

npm install -g solana-setup

Usage

Usage Simply run solana-setup in your terminal and follow the interactive prompts to specify the operation you want to perform.

You can perform the following operations:

Install Programs

To install a program or npm package, choose the 'install' option and then select the desired programs or packages. solana-setup Main Menu Install Options Working Process

Updating Programs

To update a program or npm package, choose the 'update' option and then select the desired programs or packages. For example: solana-setup Main Menu Update Options Working Process

Creating a New Project

To create a new project, choose the 'create' option and then follow the prompts to specify the project details. For example: solana-setup Main Menu Create Options Package Options Working Process Finished Process React File Structure

Tools Used

The available programs for 'install' are solana, rust, anchor, anchor-dependencies, yarn, typescript.

the available programs for 'update' are solana, rust, yarn, anchor, and typescript.

the available programs for 'create' are anchor, rust, react, typescript, and javascript and the following npm packages can be added: @solana/web3.js, @project-serum/anchor, @solana/spl-token, @metaplex-foundation/mpl-token-metadata.

You can clone the repo and run locally

node ./indexjs or ./create.js

Updating Solana Setup

To update the Solana Setup tool itself, use the following command: npm update -g solana-setup

Contributing

If you're interested in contributing to Solana Setup, please feel free to submit a pull request on the GitHub repository here.

Requests

Want to see more packages or functions added to the tool? Contact @cashmunsy on twitter and let him know what you want to see solana-setup add next.

License Solana Setup is licensed under the ISC license.