You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
714 B
30 lines
714 B
# @carbon/telemetry
|
|
|
|
> Collect telemetry data for projects at IBM using Carbon
|
|
|
|
## Getting started
|
|
|
|
To install `@carbon/telemetry` in your project, you will need to run the
|
|
following command using [npm](https://www.npmjs.com/):
|
|
|
|
```bash
|
|
npm install -S @carbon/telemetry
|
|
```
|
|
|
|
If you prefer [Yarn](https://yarnpkg.com/en/), use the following command
|
|
instead:
|
|
|
|
```bash
|
|
yarn add @carbon/telemetry
|
|
```
|
|
|
|
## 🙌 Contributing
|
|
|
|
We're always looking for contributors to help us fix bugs, build new features,
|
|
or help us improve the project documentation. If you're interested, definitely
|
|
check out our [Contributing Guide](/.github/CONTRIBUTING.md)! 👀
|
|
|
|
## 📝 License
|
|
|
|
Licensed under the [Apache-2.0 License](/LICENSE).
|