https://github.com/vatesfr/xapi-explore
https://github.com/vatesfr/xapi-explore
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vatesfr/xapi-explore
- Owner: vatesfr
- Created: 2016-11-02T07:53:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T09:11:55.000Z (over 7 years ago)
- Last Synced: 2025-02-05T21:01:15.667Z (over 1 year ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xapi-explore [](https://travis-ci.org/vatesfr/xapi-explore)
> Interactive exploration of the Xen API.
## Install
Installation of the [npm package](https://npmjs.org/package/xapi-explore):
```
> npm install --save xapi-explore
```
## Usage
**TODO**
## Development
```
# Install dependencies
> npm install
# Run the tests
> npm test
# Continuously compile
> npm run dev
# Continuously run the tests
> npm run dev-test
# Build for production (automatically called by npm install)
> npm run build
```
## Contributions
Contributions are _very_ welcomed, either on the documentation or on
the code.
You may:
- report any [issue](https://github.com/vatesfr/xapi-explore/issues) you've encountered;
- fork and create a pull request.
## License
ISC © [Vates SAS](https://vates.fr)