https://github.com/queckezz/ms-pretty
Parse milliseconds to something more human-readable
https://github.com/queckezz/ms-pretty
Last synced: 4 months ago
JSON representation
Parse milliseconds to something more human-readable
- Host: GitHub
- URL: https://github.com/queckezz/ms-pretty
- Owner: queckezz
- License: mit
- Created: 2014-10-05T19:58:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-05T20:00:29.000Z (about 11 years ago)
- Last Synced: 2025-06-14T21:04:29.957Z (4 months ago)
- Language: Julia
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ms-pretty
Parse milliseconds to something more human-readable
```
13d 6h 52m 55s
```## Installation
via [packin](https://github.com/jkroso/packin) and [Require.jl](https://github.com/jkroso/Require.jl)
```bash
packin install structs/ms-pretty
```## API
### `pretty(ms::Int) -> String`
## Tests
```bash
make
```## Licence
[MIT](./licence)