A CLI tool for getting different sources of news.
npm install -g newsroom-cli$ newsroomYou will enter a interactive command line interface. Choose the source you want to receive and press enter.
$ newsroom [source] [number]You can see the latest news or articles from source which supported by this CLI.
$ newsroom --help- Fork this repo.
- Pull your forked repo on your local machine.
git checkout masterin your local repo.git pull origin masterto ensure you have the latest main codegit checkout -b the-name-of-my-branchto create a branch (remember to replacethe-name-of-my-branchwith a suitable name)
- Modify the source code in
srcfolder. - Run
npm run lintfrom the project root. Make sure it pass the check.
git add -A && git commit -m "My message"(replacingMy messagewith a commit message, such asFixed header logo on Android) to stage and commit your changes.git push my-fork-name the-name-of-my-branch- Make a pull-request.
MIT

