Files
xen-orchestra/@xen-orchestra/mixin/README.md
2018-09-17 16:33:21 +02:00

823 B

${pkg.name} Build Status

${pkg.description}

Install

Installation of the npm package:

> npm install --save ${pkg.name}

Usage

TODO

Development

# Install dependencies
> yarn

# Run the tests
> yarn test

# Continuously compile
> yarn dev

# Continuously run the tests
> yarn dev-test

# Build for production (automatically called by npm install)
> yarn build

Contributions

Contributions are very welcomed, either on the documentation or on the code.

You may:

  • report any issue you've encountered;
  • fork and create a pull request.

License

${pkg.license} © ${pkg.author.name}