Library for detecting platform specific user directories e.g. for data, config, cache, logs.
Most stuff is copied from the python library appdirs from ActiveState.
Appdirs is an beta-level package.
- Install corral
corral add github.com/ponylang/appdirs.git --version 0.1.5
corral fetch
to fetch your dependenciesuse "appdirs"
to include this packagecorral run -- ponyc
to compile your application