nextemos 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
#
|
|
2
|
-
TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.
|
|
1
|
+
# Custom Hooks and Helpers
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
|
|
6
|
-
1. Installation process
|
|
7
|
-
2. Software dependencies
|
|
8
|
-
3. Latest releases
|
|
9
|
-
4. API references
|
|
3
|
+
A collection of custom React hooks and utility functions to streamline development and enhance your React projects.
|
|
10
4
|
|
|
11
|
-
|
|
12
|
-
TODO: Describe and show how to build your code and run the tests.
|
|
5
|
+
## Table of Contents
|
|
13
6
|
|
|
14
|
-
#
|
|
15
|
-
|
|
7
|
+
- [Installation](#installation)
|
|
8
|
+
- [Usage](#usage)
|
|
9
|
+
- [Hooks](#hooks)
|
|
10
|
+
- [Helpers](#helpers)
|
|
11
|
+
- [Contributing](#contributing)
|
|
12
|
+
- [License](#license)
|
|
16
13
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
To install the package, you need to add it as a dependency to your project:
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
npm install nextemos
|