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

@slimio/cli

v0.5.1

Published

SlimIO Command Line Interface

Readme

CLI

version Maintenance MIT dep size Known Vulnerabilities Build Status Greenkeeper badge

SlimIO Command Line Interface. This tool has been created to help Developer and Integrator to work, design and scale the product easily.

Requirements

  • Node.js version 12 or higher
  • Administrative privilege for some commands.

Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm i @slimio/cli -g

Or if you want to link the project yourself

$ git clone https://github.com/SlimIO/CLI.git
$ cd CLI
$ npm ci
$ npm link

Environment Variables

To configure the project you have to register (set) environment variables on your system. These variables can be set in a .env file (that file must be created at the root of the project).

GIT_TOKEN=

To known how to get a GIT_TOKEN or how to register environment variables follow our Governance Guide.

Usage Exemple

$ slimio --help
# or
$ slimio -h

API

A complete CLI API is available on the Governance.

Dependencies

|Name|Refactoring|Security Risk|Usage| |---|---|---|---| |@slimio/addon-factory|Minor|Low|Programmatically generate a SlimIO Addon| |@slimio/async-cli-spinner|Minor|Low|Elegant Asynchronous Terminal (CLI) Spinner for Node.js| |@slimio/bundler|Minor|High|Core & Addons Archives bundler| |@slimio/config|Minor|High|Reactive and safe JSON Configuration loaded| |@slimio/core|Minor|High|SlimIO Core| |@slimio/installer|Minor|High|TBC| |@slimio/is|Minor|Low|JavaScript Type checker| |@slimio/json-diff|Minor|High|TBC| |@slimio/lazy|Minor|Low|Lazy evaluation on JavaScript Objects| |@slimio/lock|Minor|High|Node.js Semaphore for async/await| |@slimio/manifest|Minor|Low|Manage SlimIO manifest files| |@slimio/pretty-json|Minor|Low|Stdout beautified JSON in your terminal with colors| |@slimio/pretty-stack|Minor|Low|prettify stack-trace to stdout in TTY| |@slimio/stdin|Minor|Low|Interactive input crafted for REPL with history & auto-completion| |@slimio/tcp-sdk|Minor|Low|Communicate to the Socket Addon with TCP/IP| |@slimio/utils|Minor|Low|Bunch of useful functions| |@slimio/validate-addon-name|Minor|Low|Validate/Sanitize SlimIO Addons names| |cacache|Minor|High|Managing local key and content address caches| |dotenv|⚠️Major|Low|Dotenv is a zero-dependency module that loads environment variables| |fast-levenshtein|Minor|Low|An efficient Javascript implementation of the Levenshtein algorithm| |json-diff|Minor|High|Structural diff for JSON files| |kleur|⚠️Major|Low|The fastest Node.js library for formatting terminal text with ANSI colors~!| |lodash.clonedeep|Minor|Low|Clone deep Objects| |make-promises-safe|⚠️Major|Medium|Force Node.js DEP00018| |ms|Minor|Low|Convert various time formats to milliseconds.| |qoa|⚠️Major|Low|Interactive CLI prompt| |sade|Minor|High|Sade is a small but powerful tool for building command-line interface (CLI)| |yn|Minor|Low|TBC|

License

MIT