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

@shoutem/cli_dev

v0.8.4

Published

Command-line tools for Shoutem applications

Readme

Shoutem CLI

Command-line tools for Shoutem extensions.

shoutem register

Enter your Shoutem credentials, and register as a developer. If you're not a Shoutem user yet, sign up at www.shoutem.com.

Example
$ shoutem register
Please enter your credentials
username [email protected]
password ******

Please enter a new developer name
name Johnny
You are registered as "Johnny"

shoutem init

This will ask you a bunch of questions, and then write the extension.json file. Also, it will create app and server folders to store all assets of your extension.

Example
$ shoutem init
This utility will walk you through creating the extension.json file
name (test) hello
version (0.0.1)
title (test)
description Hello, extensions!
Extension initialized

Layout after running shoutem init:

.
├── app
│   ├── index.js
│   └── package.json
├── extension.json
└── server

shoutem upload

Upload the extension so it can be installed to applications.

As long as version in extension.json is unchanged, every upload will simply overwrite the current content of the extension. Once you bump up the version, shoutem upload will not affect the already uploaded extension - instead, a new extension will be created which can be installed independently from previous versions.

shoutem install

Install extension into an app. If extension flag is not used, local extension will be installed.

Examples

Install local extension:

$ shoutem install --app=1234
Extension installed

Install any extension by id:

$ shoutem install --app=1234 --extension=5678
Extension installed

shoutem logout

Logout from Shoutem by erasing local credentials. After this, commands will ask you to login before continuing.

Default theme

On every rubicon theme change, CLI shoud be updated to reflect that change.

Rubicon default theme

https://github.com/5minutes/shoutem-extensions/blob/develop/shoutem-rubicon-theme/app/themes/Rubicon.js -> templates/theme/app/theme.js.template
https://github.com/5minutes/shoutem-extensions/blob/develop/shoutem-rubicon-theme/server/themeVariables.json -> templates/theme/server-themes-variables.json.template