An open API service indexing awesome lists of open source software.

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:

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)