https://github.com/kentlouisetonino/sw-tempscale
A CLI tool that converts temperature scale.
https://github.com/kentlouisetonino/sw-tempscale
bash c-programming-language celsius fahrenheit kelvin linux rankine snapcraft temperature-scale ubuntu
Last synced: about 1 month ago
JSON representation
A CLI tool that converts temperature scale.
- Host: GitHub
- URL: https://github.com/kentlouisetonino/sw-tempscale
- Owner: kentlouisetonino
- License: mit
- Created: 2023-04-27T12:20:13.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-18T09:21:37.000Z (3 months ago)
- Last Synced: 2025-01-24T12:16:30.536Z (3 months ago)
- Topics: bash, c-programming-language, celsius, fahrenheit, kelvin, linux, rankine, snapcraft, temperature-scale, ubuntu
- Language: C
- Homepage: https://snapcraft.io/tempscale
- Size: 2.69 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

## Description
> - A CLI tool that converts temperature scale.
## Local Development
```sh
# Build the main file.
make build# Run the CLI tool.
make run# Run the CLI tool with GNU Debugger.
make debug
```
## Installation
```sh
# If already installed.
sudo snap refresh tempscale# If not yet installed.
sudo snap install tempscale# If want to remove.
sudo snap remove tempscale
```