dev-unique-id
Version:
Dev Unique ID Generator
65 lines (47 loc) • 2.09 kB
Markdown
Very usefull UUID generator with lot's of functionality
[](https://www.npmjs.com/package/dev-unique-id)
[](https://github.com/devlopersabbir/dev-unique-id/blob/main/LICENSE)
[](https://github.com/devlopersabbir/dev-unique-id/issues)
[](https://github.com/devlopersabbir/dev-unique-id/stargazers)
[](https://www.npmjs.com/package/dev-unique-id)
#### Installing
```console
pnpm add dev-unique-id
```
or
```console
npm i dev-unique-id --save
```
### Use Example
```js
import { uniqueID } from "dev-unique-id";
// or
const { uniqueID } = require("dev-unique-id");
console.log(uniqueID()); // you can also pass length of id
// here is an example of pass length
console.log(uniqueID(5));
```
#### Author
This package was created by
[Sabbir Hossain Shuvo](https://www.showwcase.com/devlopersabbir). And the GitHub
profile is
[https://github.com/devlopersabbir](https://github.com/devlopersabbir).
#### LICENSE
MIT
For support just [Buy Me A Coffee](https://www.buymeacoffee.com/devlopersabbir)
[https://www.buymeacoffee.com/devlopersabbir](https://www.buymeacoffee.com/devlopersabbir)
### 🔧 Contributing
Since this package is fully open-source so, if you would like to contribute to
this project, please follow these steps:
1. Fork this repository.
2. Clone your forked repository:
- Install all dependence
```console
pnpm install
```
3. Make your changes:
- Test user changes (**required**)
- Commit them as your changes
4. Push them to your forked repository:
5. Create a pull request on this repository.
**I will be happy to marge**