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

stackr-lat

v1.2.9

Published

CLI oficial da plataforma Stackr

Readme

███████╗████████╗ █████╗  ██████╗██╗  ██╗██████╗
██╔════╝╚══██╔══╝██╔══██╗██╔════╝██║ ██╔╝██╔══██╗
███████╗   ██║   ███████║██║     █████╔╝ ██████╔╝
╚════██║   ██║   ██╔══██║██║     ██╔═██╗ ██╔══██╗
███████║   ██║   ██║  ██║╚██████╗██║  ██╗██║  ██║
╚══════╝   ╚═╝   ╚═╝  ╚═╝ ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝

A CLI oficial da plataforma Stackr — deploy rápido, simples e sem frescura.

npm version downloads license platform


O que é o Stackr CLI?

O Stackr CLI é a interface de linha de comando oficial da plataforma Stackr. Com ele você gerencia seus apps, faz deploys, acompanha logs e muito mais — tudo direto do terminal, sem precisar abrir o painel.


Instalação

Requisito: Node.js v16 ou superior

npm install -g stackr-lat

Isso é tudo. O instalador detecta seu sistema e baixa o binário correto automaticamente.

| Sistema Operacional | Binário | |---|---| | Windows (x64) | stackr-windows.exe | | macOS (Apple Silicon) | stackr-darwin-arm64 | | macOS (Intel) | stackr-darwin-amd64 | | Linux (x64) | stackr-linux-amd64 | | Linux (ARM) | stackr-linux-arm64 |


Autenticação

Após instalar, faça login com seu token da Stackr:

stackr login <SEU_TOKEN>

Seu token é salvo localmente em ~/.stackr/config.json e usado automaticamente em todos os comandos.


Comandos

Apps

# Listar todos os seus apps
stackr apps list

# Ver detalhes de um app específico
stackr apps info <app-id>

# Fazer deploy de um app
stackr deploy

# Reiniciar um app
stackr apps restart <app-id>

# Parar um app
stackr apps stop <app-id>

Logs

# Ver logs em tempo real
stackr logs <app-id>

# Ver as últimas N linhas de log
stackr logs <app-id> --tail 100

Geral

# Ver versão instalada
stackr --version

# Ver ajuda
stackr --help

# Ver ajuda de um subcomando
stackr apps --help

Exemplo de uso

# 1. Instale a CLI
npm install -g stackr-lat

# 2. Faça login
stackr login meu-token-aqui

# 3. Liste seus apps
stackr apps list

# Seus Apps (3)
# ─────────────────────────────────────────────────────
#   ID                                    NOME          STATUS
#   8de3ea25-xxxx-xxxx-xxxx-xxxxxxxxxxxx  meu-api       ● online
#   6f2aaa8f-xxxx-xxxx-xxxx-xxxxxxxxxxxx  meu-bot       ● online

# 4. Deploy
stackr deploy

Problemas comuns

stackr não é reconhecido como comando (Windows)

O PATH pode não ter sido atualizado. Feche e abra um novo terminal. Se persistir:

setx PATH "%PATH%;%APPDATA%\npm"

Erro de download na instalação

Se o instalador falhar ao baixar o binário, baixe manualmente em: github.com/EduardoxDev/Stackr-CLI/releases

Coloque o arquivo em:

%APPDATA%\npm\node_modules\stackr-lat\bin\stackr.exe

Esta versão não é compatível com o Windows

Seu binário pode estar corrompido. Reinstale:

npm uninstall -g stackr-lat
npm cache clean --force
npm install -g stackr-lat

Sobre


Licença

MIT © Stackr