1
- # react-hooks-<%= name %>
1
+ # react-hooks-<%- name %>
2
2
3
3
[ ![ NPM version] [ npm-image ]] [ npm-url ]
4
4
[ ![ npm download] [ download-image ]] [ download-url ]
5
5
[ ![ Build Status] [ travis-image ]] [ travis-url ]
6
6
7
- <%= desc %>
7
+ <%- desc %>
8
8
9
9
## Install
10
10
15
15
### npm
16
16
17
17
``` bash
18
- npm install --save @use-hooks/< %= name %>
18
+ npm install --save @use-hooks/< %- name %>
19
19
```
20
20
21
21
### yarn
22
22
23
23
``` bash
24
- yarn add @use-hooks/< %= name %>
24
+ yarn add @use-hooks/< %- name %>
25
25
```
26
26
27
27
## API
28
28
29
29
### Params
30
30
31
31
``` js
32
- < %= params % >
32
+ < %- params % >
33
33
```
34
34
35
35
### Returns
36
36
37
37
``` js
38
- < %= returns % >
38
+ < %- returns % >
39
39
```
40
40
41
41
## Usage
@@ -44,7 +44,7 @@ yarn add @use-hooks/<%= name %>
44
44
< %- example % >
45
45
```
46
46
47
- [ Live Show] (https://use-hooks.github.io/react-hooks- <%= name %>/)
47
+ [ Live Show] (https://use-hooks.github.io/react-hooks- <%- name %>/)
48
48
49
49
## Development
50
50
60
60
61
61
> Generated by [ create-react-hooks] ( https://github.com/use-hooks/create-react-hooks ) .
62
62
63
- [ npm-image] : https://img.shields.io/npm/v/@use-hooks/ <%= name %>.svg?style=flat-square
64
- [ npm-url] : https://npmjs.org/package/@use-hooks/ <%= name %>
65
- [ download-image] : https://img.shields.io/npm/dm/@use-hooks/ <%= name %>.svg?style=flat-square
66
- [ download-url] : https://npmjs.org/package/@use-hooks/ <%= name %>
67
- [ travis-url] : https://travis-ci.org/use-hooks/react-hooks- <%= name %>
68
- [ travis-image] : https://img.shields.io/travis/use-hooks/react-hooks- <%= name %>.svg?style=flat-square
63
+ [ npm-image] : https://img.shields.io/npm/v/@use-hooks/ <%- name %>.svg?style=flat-square
64
+ [ npm-url] : https://npmjs.org/package/@use-hooks/ <%- name %>
65
+ [ download-image] : https://img.shields.io/npm/dm/@use-hooks/ <%- name %>.svg?style=flat-square
66
+ [ download-url] : https://npmjs.org/package/@use-hooks/ <%- name %>
67
+ [ travis-url] : https://travis-ci.org/use-hooks/react-hooks- <%- name %>
68
+ [ travis-image] : https://img.shields.io/travis/use-hooks/react-hooks- <%- name %>.svg?style=flat-square
0 commit comments