xen-orchestra/scripts
2020-06-01 14:06:09 +02:00
..
benchmarks feat(scripts): benchmarks (#2631) 2018-02-09 15:01:00 +01:00
bump-pkg feat(bump-pkg): without version, simply update other packages 2020-02-10 15:58:03 +01:00
import-packages fix(import-packages): force merge (--no-ff) 2019-07-17 16:30:54 +02:00
lint-staged fix(lint-staged): ESLint should not format 2018-12-03 14:54:41 +01:00
normalize-packages chore(*/package.json): normalize author to Vates SAS 2020-06-01 14:06:09 +02:00
README.md.tpl fix(*/README): license link 2020-05-28 21:24:20 +02:00
run chore: format all code (#2632) 2018-02-09 17:56:03 +01:00
run-script chore: format all code (#2632) 2018-02-09 17:56:03 +01:00
travis-tests fix(scripts/travis-tests): integration tests on branches 2019-03-27 15:45:16 +01:00
utils.js feat(read-chunk): module to read data from stream 2020-05-28 14:45:22 +02:00

<!-- 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)

{{#unless pkg.private}}
[![Package Version](https://badgen.net/npm/v/{{pkg.name}})](https://npmjs.org/package/{{pkg.name}}) ![License](https://badgen.net/npm/license/{{pkg.name}}) [![PackagePhobia](https://badgen.net/packagephobia/install/{{pkg.name}})](https://packagephobia.now.sh/result?p={{pkg.name}})

{{/unless}}
{{#if pkg.description}}
> {{pkg.description}}

{{/if}}
{{#unless pkg.private}}
## Install

Installation of the [npm package](https://npmjs.org/package/{{pkg.name}}):

```
> npm install --{{#if pkg.preferGlobal}}global{{^}}save{{/if}} {{pkg.name}}
```

{{/unless}}
{{#if usage}}
## Usage

{{{usage}}}

{{/if}}
## 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}}](https://spdx.org/licenses/{{pkg.license}}) © [{{pkg.author.name}}]({{pkg.author.url}})