Files
xen-orchestra/scripts/README.md.tpl
2020-05-28 14:45:21 +02:00

37 lines
721 B
Smarty

<!-- DO NOT EDIT MANUALLY, THIS FILE HAS BEEN GENERATED -->
# {{pkg.name}} [![Build Status](https://travis-ci.org/vatesfr/xen-orchestra.png?branch=master)](https://travis-ci.org/vatesfr/xen-orchestra)
{{#if pkg.description}}
> {{pkg.description}}
{{/if}}
{{#unless pkg.private}}
## Install
Installation of the [npm package](https://npmjs.org/package/{{pkg.name}}):
```
> npm install --save {{pkg.name}}
```
{{/unless}}
## Usage
{{{usage}}}
## Contributions
Contributions are _very_ welcomed, either on the documentation or on
the code.
You may:
- report any [issue]({{pkg.bugs}})
you've encountered;
- fork and create a pull request.
## License
{{pkg.license}} © [{{pkg.author.name}}]({{pkg.author.url}})