UNPKG

1.04 kBMarkdownView Raw
1# @36node/template-sdk
2
3[![version][0]][1] [![downloads][2]][3]
4
5## Install
6
7```bash
8yarn add module
9```
10
11## Usage
12
13```js
14const SDK = require("@36node/template-sdk");
15
16const sdk = new SDK({ base: "http://localhost:3000" });
17await sdk.pet.listPets();
18```
19
20## Test
21
22```sh
23yarn test
24```
25
26## Contributing
27
281. Fork it!
292. Create your feature branch: `git checkout -b my-new-feature`
303. Commit your changes: `git commit -am 'Add some feature'`
314. Push to the branch: `git push origin my-new-feature`
325. Submit a pull request :D
33
34## Author
35
36**module** © [36node](https://github.com/36node), Released under the [MIT](./LICENSE) License.
37
38Authored and maintained by 36node with help from contributors ([list](https://github.com/36node/module/contributors)).
39
40> GitHub [@36node](https://github.com/36node)
41
42[0]: https://img.shields.io/npm/v/@36node/template-sdk.svg?style=flat
43[1]: https://npmjs.com/package/@36node/template-sdk
44[2]: https://img.shields.io/npm/dm/@36node/template-sdk.svg?style=flat
45[3]: https://npmjs.com/package/@36node/template-sdk