#date #cli #converter #neopets

app neodate

Gregorian to Neopian date converter

1 unstable release

Uses new Rust 2024

new 0.1.0 May 17, 2025

#1317 in Command line utilities

Apache-2.0

11KB
92 lines

neodate

neodate is a CLI tool that converts from Gregorian dates to Neopian dates. Thankfully, the Neopian calendar is basically identical to the Gregorian Calendar. However, there are different month names as well as a different year scheme.

It is inspired by ddate, an optional component of util-linux, as well as sdate.

I wrote it mostly to learn Rust. I'm used to typed languages (TypeScript) being annoying. That being said, I was a worse programmer when I used TypeScript compared to now, and I find Rust to be an excellent language. It has the best package management I've seen in a language, as well as a nice compiler and a nice LSP.

License

neodate is availale under the terms of the Apache License, Version 2.0. See LICENSE.txt for more information.

Documentation

You can get the documentation by reading the man file.

Dependencies

~1.4–2.1MB
~29K SLoC