xen-orchestra/scripts
2022-05-24 11:01:05 +02:00
..
.eslintrc.js linting: enable eslint-plugin-n recommended rules 2022-03-23 11:18:37 +01:00
babel-eslintrc.js linting: enable eslint-plugin-n recommended rules 2022-03-23 11:18:37 +01:00
benchmarks.js chore(scripts): add .js suffix for better Prettier/ESLint integration 2022-04-08 14:14:41 +02:00
bump-pkg feat(bump-pkg): without version, simply update other packages 2020-02-10 15:58:03 +01:00
gen-deps-list.js feat(scripts/gen-deps-list.js): should now be used only during release (#6234) 2022-05-24 11:01:05 +02:00
import-packages fix(import-packages): force merge (--no-ff) 2019-07-17 16:30:54 +02:00
lint-staged.js chore(scripts): add .js suffix for better Prettier/ESLint integration 2022-04-08 14:14:41 +02:00
normalize-packages.js chore(scripts): add .js suffix for better Prettier/ESLint integration 2022-04-08 14:14:41 +02:00
npmignore chore: hide USAGE.md 2022-02-18 17:11:52 +01:00
README.md.tpl feat(*/README.md): better badges 2020-06-01 14:41:52 +02:00
run-script.js chore(scripts): add .js suffix for better Prettier/ESLint integration 2022-04-08 14:14:41 +02:00
run.js chore(scripts): add .js suffix for better Prettier/ESLint integration 2022-04-08 14:14:41 +02:00
travis-tests.js chore(scripts): add .js suffix for better Prettier/ESLint integration 2022-04-08 14:14:41 +02:00
utils.js chore(scripts): fix lint errors 2022-03-02 17:48:26 +01:00

<!-- DO NOT EDIT MANUALLY, THIS FILE HAS BEEN GENERATED -->

# {{pkg.name}}

{{#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/bundlephobia/minzip/{{pkg.name}})](https://bundlephobia.com/result?p={{pkg.name}}) [![Node compatibility](https://badgen.net/npm/node/{{pkg.name}})](https://npmjs.org/package/{{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}})