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

radium-cli

v0.2.2

Published

Initialize any new project in seconds with custom tooling..

Downloads

1,284

Readme

Radium, Initialize any new project in seconds with custom toolings.

Introduction

Radium, Rapidly Ship Projects. Radium offers CLI, Templates, Starters, and Stacks to kick off your next project at speed of light and best architecture.

Radium CLI :- Initialize any new project in seconds with custom toolings.

Radium Templates :- Ready to ship templates that you can use to kickstart your next project.

Radium Stacks :- Perfectly configured stacks that you can use to kickstart your next project.

Radium Starters :- Essential starters that you can use to kickstart your next project.

Radium CLI

You can install radium globally or use it as executable whenever you need.

For Global Installation (Recommended)
bun add -g radium-cli
npm add -g radium-cli
pnpm add -g radium-cli
yarn add -g radium-cli
For Executable
bunx radium-cli@latest
npx radium-cli@latest
pnpm dlx radium-cli@latest
yarn dlx radium-cli@latest

Usage

radium comes with two commands currently, init and describe.

radium init have two options currently --with is used to initialize a project with an github template, just paste your url - no matter if it's sub-directory of any monorepo or not and second option --new is used to initialize a new project with a custom tooling.

radium describe is used to initialize project by just describing a project in words, and our Radium AI will list out the required tools for you to get started and initialize the project for you.

radium describe is still in alpha stage, so it's not recommended to use it for now. You can hit radium describe but it'll just say hello and exit.

Examples

radium init --with
radium init --new

Radium Templates

Ready to ship templates that you can use to kickstart your next project. Checkout Radium Templates here.

Radium Stacks

Perfectly configured stacks that you can use to kickstart your next project. Checkout Radium Stacks here.

Radium Starters

Essential starters that you can use to kickstart your next project. Checkout Radium Starters here.

Upcoming Features

  • radium add :- Add any new tool in existing project.
  • radium migrate :- Migrate existing project to any new tool.
  • radium stack :- Use Stacks to kickstart your next project.
  • radium starter :- Use Starters to kickstart your next project.
  • radium template :- Use Templates to kickstart your next project.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.