Skip to content
Ravinder Olivier Singh Dadiala edited this page Dec 27, 2022 · 1 revision

Feeder-CLI

A Node in the terminal app designed for checking your github dashboard (news!) via the terminal!

Usage

Installation

npm install feeder-cli -g

Checking Feed

feeder check

Manage Settings

feeder manage

Use the arrow keys to change options

Developing

Writing

Using the editor of your choice, edit the file at /bin/index.cjs After you're done git commit -a with a short commit message

Testing

# Quickly test the project from the base directory
node . { check | manage }
# Install the current code
npm install . -g
Clone this wiki locally