https://github.com/karanbravo/nodelpers
...
https://github.com/karanbravo/nodelpers
helper-functions nodejs npm-package typescript
Last synced: 16 days ago
JSON representation
...
- Host: GitHub
- URL: https://github.com/karanbravo/nodelpers
- Owner: karanBRAVO
- License: mit
- Created: 2025-01-07T14:43:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T15:57:24.000Z (6 months ago)
- Last Synced: 2025-01-07T16:26:38.708Z (6 months ago)
- Topics: helper-functions, nodejs, npm-package, typescript
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Nodelpers
Visit our site [Nodelpers](https://karanbravo.github.io/nodelpers/)


A collection of commonly used helper functions for Node.js projects, designed to save time and reduce redundancy in your codebase.
## Installation
You can install the `nodelpers` package via npm:
```bash
npm install nodelpers
```## Features
- A variety of utility functions for common tasks.
- Modular and lightweight design.
- Supports modern JavaScript (ES6+).
- Written in typescript.## Usage
Once installed, you can import and use the various helper functions as needed:
```javascript
import { sum } from "nodelpers";
console.log(sum(1, 2, 3, 4, 5, 6));
```Read our docs to see more examples.
## Changelog
See [CHANGELOG.md](https://github.com/karanBRAVO/nodelpers/blob/main/CHANGELOG.md) for details on updates and new features.
## Contributing
We welcome contributions! Read [CONTRIBUTING.md](https://github.com/karanBRAVO/nodelpers/blob/main/CONTRIBUTING.md)
## License
Distributed under the `MIT` License. See [LICENSE](https://github.com/karanBRAVO/nodelpers/blob/main/LICENSE) for more information.