ナース (Nāsu)
🧑🏻⚕️ Command-line utility which poll on remote addresses in order to perform status checks periodically
[](https://crates.io/crates/nasu)
[](https://docs.rs/nasu)



Motivation
Nāsu (from Japanese ナース [Nāsu], which means nurse), is a command-line utility
to perform checks on remote addresses periodically.
Release
In order to create a release you must push a Git tag as follows
shell
git tag -a <version> -m <message>
Example
shell
git tag -a v0.1.0 -m "First release"
Tags must follow SemVer conventions and must be prefixed with a lowercase v
letter.