ravinder-Olivier / Feeder-CLI

Your Github Feed In The CLI
https://ravinder-Olivier.github.io/Feeder-CLI
MIT License
1 stars 0 forks source link
cli node-cli rss

Feeder-CLI

License Package Version Dependency Review

THIS PROJECT IS STILL IN DEVELOPMENT! NOT ALL FEATURES MAY WORK! Features that are not working include:

Install

NOTE: If on linux will need to install libsecret:

npm i feeder-cli -g

Usage

feeder check
feeder manage

Dev

The code itself is in the /bin folder due to the CLI nature of the project. To quickly test code while developing run 'node .',

npm install .
npm install . -g 

Testing: In project directory run:

# Manage RSS URL
node . manage
# Run Check
node . check

REMINDER: This project is still under development, key features may still not be fully developed!