1 | # [title]
|
2 |
|
3 | [![version][npm-image]][npm-url]
|
4 |
|
5 | > [description]
|
6 |
|
7 | ## Setup
|
8 |
|
9 | This library was generated with [`@telus/create-library`][create-library]. In order for your library to handle version management and releases automatically, please make sure you set up the `NPM_TOKEN` inside the Github actions workflow, following the instructions [here][create-library-usage].
|
10 |
|
11 | ## Install
|
12 |
|
13 | ```bash
|
14 | npm install @telus/[name]
|
15 | ```
|
16 | ---
|
17 |
|
18 | > Github: [@telus](https://github.com/telus) •
|
19 | > Twitter: [@telusdigital](https://twitter.com/telusdigital)
|
20 |
|
21 | [npm-url]: https://www.npmjs.com/package/@telus/[name]
|
22 | [npm-image]: https://img.shields.io/npm/v/@telus/[name].svg?style=for-the-badge&logo=npm
|
23 |
|
24 | [create-library]: https://github.com/telus/create-library
|
25 | [create-library-usage]: https://github.com/telus/create-library#step-3
|