Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillermooo/dart-path-for-server
Additional path handling functions for server applications
https://github.com/guillermooo/dart-path-for-server
Last synced: about 1 month ago
JSON representation
Additional path handling functions for server applications
- Host: GitHub
- URL: https://github.com/guillermooo/dart-path-for-server
- Owner: guillermooo
- License: bsd-3-clause
- Created: 2015-02-27T20:47:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-28T20:19:56.000Z (over 9 years ago)
- Last Synced: 2023-08-20T22:53:34.757Z (over 1 year ago)
- Language: Dart
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://drone.io/github.com/guillermooo/dart-path-for-server/status.png)](https://drone.io/github.com/guillermooo/dart-path-for-server/latest)
# path_for_server
Additional path handling functions for server applications.
## Usage
A simple usage example:
import 'package:path_for_server/path_for_server.dart';
print(expand_variables('~/some/path');
## Features and bugs
Please file feature requests and bugs at the [issue tracker][tracker].
[tracker]: https://github.com/guillermooo/dart-path-for-server/issues/