xen-orchestra/@xen-orchestra/defined
2018-09-21 17:50:49 +02:00
..
src feat(defined): helpers to deal with undefined (#3436) 2018-09-21 11:56:33 +02:00
.babelrc.js feat(defined): helpers to deal with undefined (#3436) 2018-09-21 11:56:33 +02:00
.npmignore feat(defined): helpers to deal with undefined (#3436) 2018-09-21 11:56:33 +02:00
package.json chore(xo): packages should not be private 2018-09-21 17:50:49 +02:00
README.md feat(defined): helpers to deal with undefined (#3436) 2018-09-21 11:56:33 +02:00

${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}