https://github.com/connorslade/unit-convert
📏 A tool for converting between units.
https://github.com/connorslade/unit-convert
unit-converter
Last synced: 2 months ago
JSON representation
📏 A tool for converting between units.
- Host: GitHub
- URL: https://github.com/connorslade/unit-convert
- Owner: connorslade
- Created: 2023-10-04T03:32:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T02:40:38.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T05:44:52.792Z (6 months ago)
- Topics: unit-converter
- Language: Rust
- Homepage: https://connorcode.com/r/unit-convert
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unit-convert
A command line tool (and library) for converting between all kinds of units, with support for 78 base units, 43 derived units, metric prefixes and some shorthands.
Try the [web version](https://connorcode.com/files/Sites/unit-converter/index.html) build with web assembly and _very little css_.```
unit-convert "10m/s^2 => mi/h^2"10 m/s^2 => 80,529.70651395847 mi/h^2
```