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 🙏

© 2026 – Pkg Stats / Ryan Hefner

lili-solana-cli

v0.0.9

Published

Production-ready CLI tool for Solana developers - Build, Deploy, and Manage Solana programs

Downloads

28

Readme

lili-cli

lili is end user friendly and convenient solana CLI

Build, deploy, and manage Solana programs with ease.

Quick Start

Install

npm install -g lili-solana-cli

This automatically installs all Solana dependencies and Rust. No additional setup required.

Run

lili

Navigate through interactive menus to create projects, manage tokens, deploy programs, and more.


What's Included

  • Program Templates – Pull curated Anchor and Rust starters directly from GitHub
  • Frontend Scaffolds – React and Next.js blueprints with Solana wallet adapter wiring
  • Backend Templates – Express.js APIs preconfigured for Solana RPC connections
  • NFT Management – Create, manage, and deploy NFTs using Metaplex helpers
  • DAO Launch Kit – Governance-ready starter synced from reposlayer/lili-dao-launch-kit
  • Token Tools – Create and manage SPL tokens with guided flows
  • Token-Gated Site – Launch a membership portal powered by reposlayer/lili-token-gated-site
  • Raffle DApp – Clone an Anchor raffle with automated setup from GitHub
  • Wallet Commands – Manage accounts, airdrop SOL, check balances
  • Program Management – Deploy, upgrade, and test Solana programs

Main Commands

lili create       # Generate new projects (frontend, backend, programs, fullstack)
lili nft          # NFT creation and management
lili token        # SPL token operations
lili wallet       # Wallet operations (check balance, airdrop, etc.)
lili program      # Deploy and manage Solana programs
lili templates    # Sync GitHub/backed template catalog and local cache
lili doctor       # Diagnose and auto-fix Solana/Rust environment issues

How It Works

Lili provides an interactive, menu-driven experience. Simply run:

lili

Then navigate through intuitive menus to perform any action. No CLI flags or command-line arguments needed.


Requirements

  • Node.js 18.0.0 or higher
  • npm 8.0.0 or higher

Everything else (Solana CLI, Rust toolchain, dependencies) is installed automatically during setup.


Configuration

All configuration is done through the interactive menu. There are no command-line flags to memorize.

Template Catalog

  • lili templates opens a management console for syncing GitHub-hosted starters.
  • Use Sync Catalog to copy entries from templates/manifest.json into ~/.lili-cli/templates.
  • Featured Picks clones curated repositories so you can bootstrap in one click.

Current featured GitHub templates:

  • token-gated-sitereposlayer/lili-token-gated-site
  • raffle-dappreposlayer/lili-raffle-dapp
  • dao-launch-kitreposlayer/lili-dao-launch-kit
  • anchor-program-starterreposlayer/lili-anchor-program-starter
  • anchor-fullstack-starterreposlayer/lili-anchor-fullstack-starter
  • solana-coinflipreposlayer/lili-solana-coinflip
  • nft-launchpadreposlayer/lili-nft-launchpad
  • fullstack-startersolana-labs/dapp-scaffold

Lili Doctor

  • lili doctor performs automated health checks for Node.js, Git, Solana CLI, Rust, and cargo-build-sbf.
  • Missing components trigger auto-install routines when possible or print actionable instructions.
  • Diagnostics are persisted to ~/.lili-cli/doctor-history.json for auditing and support.

Troubleshooting

Installation issues

Make sure you have Node.js 18+ installed:

node --version

All Solana dependencies and Rust are installed automatically. If installation fails, check your internet connection and try again.

Can't find lili command

Try reinstalling globally:

npm install -g lili-solana-cli

Contributing

Contributions welcome! Please submit issues and pull requests on GitHub.



  • NPM Package: https://www.npmjs.com/package/lili-solana-cli
  • Solana Docs: https://docs.solana.com
  • Web3.js Docs: https://solana-labs.github.io/solana-web3.js

Support

If you find this useful, please star the repo on GitHub!

# Questions or issues?
https://github.com/reposlayer/lili-cli/issues
https://x.com/liliOS___

Have fun people!