53 lines
887 B
Markdown
53 lines
887 B
Markdown
|
|
# xo-acl-resolver [](https://travis-ci.org/vatesfr/xo-acl-resolver)
|
||
|
|
|
||
|
|
> [Xen-Orchestra](http://xen-orchestra.com/) internal: do ACLs resolution.
|
||
|
|
|
||
|
|
## Install
|
||
|
|
|
||
|
|
Installation of the [npm package](https://npmjs.org/package/xo-acl-resolver):
|
||
|
|
|
||
|
|
```
|
||
|
|
> npm install --save xo-acl-resolver
|
||
|
|
```
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
**TODO**
|
||
|
|
|
||
|
|
## Development
|
||
|
|
|
||
|
|
### Installing dependencies
|
||
|
|
|
||
|
|
```
|
||
|
|
> npm install
|
||
|
|
```
|
||
|
|
|
||
|
|
### Compilation
|
||
|
|
|
||
|
|
The sources files are watched and automatically recompiled on changes.
|
||
|
|
|
||
|
|
```
|
||
|
|
> npm run dev
|
||
|
|
```
|
||
|
|
|
||
|
|
### Tests
|
||
|
|
|
||
|
|
```
|
||
|
|
> npm run test-dev
|
||
|
|
```
|
||
|
|
|
||
|
|
## Contributions
|
||
|
|
|
||
|
|
Contributions are *very* welcomed, either on the documentation or on
|
||
|
|
the code.
|
||
|
|
|
||
|
|
You may:
|
||
|
|
|
||
|
|
- report any [issue](https://github.com/vatesfr/xo-acl-resolver/issues)
|
||
|
|
you've encountered;
|
||
|
|
- fork and create a pull request.
|
||
|
|
|
||
|
|
## License
|
||
|
|
|
||
|
|
ISC © [Vates SAS](https://vates.fr)
|