Janet port of Adopt (https://github.com/sjl/adopt)
In an attempt to learn Janet and make something useful, this is a port of the Adopt command line argument parser from CL to Janet.
- Install Janet - https://github.com/janet-lang/janet/releases
- Install spork - https://github.com/janet-lang/spork
$ git clone https://github.com/rwtolbert/adopt-janet.git
$ cd adopt-janet
$ janet-pm deps
$ janet-pm test
$ janet-pm install