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.
Files changed (2) hide show
  1. package/README.md +15 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,20 +1,19 @@
1
- # Introduction
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
- # Getting Started
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
- # Build and Test
12
- TODO: Describe and show how to build your code and run the tests.
5
+ ## Table of Contents
13
6
 
14
- # Contribute
15
- TODO: Explain how other users and developers can contribute to make your code better.
7
+ - [Installation](#installation)
8
+ - [Usage](#usage)
9
+ - [Hooks](#hooks)
10
+ - [Helpers](#helpers)
11
+ - [Contributing](#contributing)
12
+ - [License](#license)
16
13
 
17
- If you want to learn more about creating good readme files then refer the following [guidelines](https://docs.microsoft.com/en-us/azure/devops/repos/git/create-a-readme?view=azure-devops). You can also seek inspiration from the below readme files:
18
- - [ASP.NET Core](https://github.com/aspnet/Home)
19
- - [Visual Studio Code](https://github.com/Microsoft/vscode)
20
- - [Chakra Core](https://github.com/Microsoft/ChakraCore)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [