https://github.com/ponylang/appdirs
Library for getting platform-specific application directories e.g. directory for user-based config :horse: :file_folder:
https://github.com/ponylang/appdirs
appdir appdirs directories pony-core-team-library pony-language ponylang
Last synced: 6 months ago
JSON representation
Library for getting platform-specific application directories e.g. directory for user-based config :horse: :file_folder:
- Host: GitHub
- URL: https://github.com/ponylang/appdirs
- Owner: ponylang
- License: bsd-2-clause
- Created: 2019-01-07T19:10:16.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T16:35:37.000Z (7 months ago)
- Last Synced: 2025-06-06T17:34:15.599Z (7 months ago)
- Topics: appdir, appdirs, directories, pony-core-team-library, pony-language, ponylang
- Language: Pony
- Homepage: https://ponylang.io
- Size: 1.82 MB
- Stars: 8
- Watchers: 9
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# appdirs
Library for detecting platform specific user directories e.g. for data, config, cache, logs.
Most stuff is copied from the python library [appdirs](https://github.com/ActiveState/appdirs) from ActiveState.
## Status
Appdirs is an beta-level package.
## Installation
* Install [corral](https://github.com/ponylang/corral)
* `corral add github.com/ponylang/appdirs.git --version 0.1.5`
* `corral fetch` to fetch your dependencies
* `use "appdirs"` to include this package
* `corral run -- ponyc` to compile your application
## API Documentation
[https://ponylang.github.io/appdirs](https://ponylang.github.io/appdirs)