An open API service indexing awesome lists of open source software.

https://github.com/cli-stuff/apr

📊 Get information about a Node.js project in the terminal
https://github.com/cli-stuff/apr

cli ink nodejs react terminal tui

Last synced: 4 months ago
JSON representation

📊 Get information about a Node.js project in the terminal

Awesome Lists containing this project

README

          

[![NPM Version](https://img.shields.io/npm/v/aboutproject?logo=npm&logoColor=212121&label=version&labelColor=FAFAFA&color=212121)](https://npmjs.com/package/aboutproject) [![Tests Status](https://img.shields.io/github/actions/workflow/status/cli-stuff/apr/test.yml?label=tests&labelColor=212121)](https://github.com/cli-stuff/apr/actions/workflows/test.yml) [![Created with ink](https://img.shields.io/badge/%F0%9F%8C%88_Created_with-ink-fafafa?labelColor=212121)](https://github.com/vadimdemedes/ink) [![Built with Bun](https://img.shields.io/badge/Built_with-Bun-fbf0df?logo=bun&labelColor=212121)](https://bun.sh) [![Formatted with Biome](https://img.shields.io/badge/Formatted_with-Biome-60a5fa?style=flat&logo=biome&labelColor=212121)](https://biomejs.dev/)




apr

# apr

> 📦 Elegant NPM package details in your terminal

## 📥 Installation

```bash
bun i -g aboutproject
npm i -g aboutproject
yarn global add aboutproject
```

## 🚀 Usage

Just run `apr` in any directory containing a `package.json`:

```bash
apr
```

### 📸 Screenshot

screenshot

## ✨ Features

- 📦 Beautiful terminal UI
- 🎯 Shows package details at a glance
- 🔍 Displays version, author, license, and more
- 🎨 Colored output for better readability
- 🚀 Zero configuration needed

## ❤️ Support

If you like this project, consider supporting it by starring ⭐ it on GitHub, sharing it with your friends, or [buying me a coffee ☕](https://github.com/cli-stuff/apr?sponsor=1)

## 🙏 Credits

Thanks to these packages, this project works:

- [ink](https://github.com/vadimdemedes/ink) - React for CLIs
- [ink-divider](https://github.com/JureSotosek/ink-divider) - Divider component for Ink

## 📝 License

MIT © [Okinea Dev](https://github.com/okineadev)