A tiny CLI to get the latest Rust-related posts from https://habr.com/hub/rust/ via RSS
npm i tsdx -g # or yarn global add
npm start # or yarn start
To start watching, use:
npm run watch # or yarn watch
This builds to /dist
and runs the project in watch mode so any edits you save inside src
causes a rebuild to /dist
.
To do a one-off build, use npm run build
or yarn build
.
To run tests, use npm test
or yarn test
.
size-limit
is set up to calculate the real cost of your library with npm run size
and visualize the bundle with npm run analyze
.
Contributions, issues and feature requests are welcome!
This project uses Gitmoji for commit messages.