https://github.com/naxmefy/sonea-utils
TagLib extension to enhance template engines.Sonea extension.
https://github.com/naxmefy/sonea-utils
Last synced: 3 months ago
JSON representation
TagLib extension to enhance template engines.Sonea extension.
- Host: GitHub
- URL: https://github.com/naxmefy/sonea-utils
- Owner: naxmefy
- License: mit
- Created: 2015-11-16T11:58:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T18:03:27.000Z (over 9 years ago)
- Last Synced: 2025-01-16T01:16:07.073Z (5 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sonea-utils
Common utilities. Main utility package of [sonea](https://github.com/Ninevillage/sonea).
[](https://badge.fury.io/js/sonea-utils)
[](https://travis-ci.org/Ninevillage/sonea-utils)
[](https://gemnasium.com/Ninevillage/sonea-utils)[](https://codeclimate.com/github/Ninevillage/sonea-utils)
[](https://codeclimate.com/github/Ninevillage/sonea-utils/coverage)## Installation
```
$ npm install sonea-utils
```## Usage
```JavaScript
var soneaUtils = require('sonea-utils');if(soneaUtils.file.isDirectory(__dirname)) {
console.log("It is a directory (>^.^)>");
}
```## utils currently for:
* [debug](https://www.npmjs.com/package/debug)
* file
* global (exposing)
* [lodash](https://www.npmjs.com/package/lodash)
* path## Supported node version (Based on Tests)
Visit travis ci of this package. Tests running with several node versions.
Minimum 0.12.7 currently. May run with 0.10.x too. Own risk!
## more infos
Look at sonea-utils documentation -> [here](https://github.com/Ninevillage/sonea-utils/wiki)
## License
> **MIT**