news_cli 1.3.3

A CLI to see developer news in the terminal 🐢
Documentation
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

cp target/x86_64-pc-windows-gnu/release/news.exe x86_64_news.exe

cp target/release/news x86_64_linux_news

cp target/x86_64-apple-darwin/release/news x86_64_news_macos

cp target/aarch64-apple-darwin/release/news aarch64_news_macos