# simple-text-id-gen

> ⚙ Simple ID generator script

Latest version **1.0.1** (published 2020-04-12) · ISC license · 0 weekly downloads

## Install

```sh
npm install simple-text-id-gen
pnpm add simple-text-id-gen
yarn add simple-text-id-gen
bun add simple-text-id-gen
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2020-04-12 |
| First published | 2020-04-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | nessmcfr |
| Maintainers | nessmcfr |

## Links

- npm: https://www.npmjs.com/package/simple-text-id-gen
- Repository: https://github.com/NessMC/simple-text-id-gen
- Homepage: https://github.com/NessMC/simple-text-id-gen#readme
- Issues: https://github.com/NessMC/simple-text-id-gen/issues
- npm.io page: https://npm.io/package/simple-text-id-gen

## Recent versions

- 1.0.1 (latest) — 2020-04-12
- 1.0.0 — 2020-04-12

## README

# ID Generator
This project is just a little thing which can help you to generate ID for your users. It's very simple to use.

## How to install

The installation step is quite simple, you'll only need to have NPM installed on your computer to make the script work. **Make sure to have to last stable version**.

Execute the following command:

`npm i simple-text-id-gen`

When installation is finished, you have successully installed ID script on you project.

## How does it work

First of all, you'll need to import the script on the project, to do that:
```js
const id = require('simple-text-id-gen')
```

Afterward, if you want to generate an ID, you have the following method:

```js
id.gen('<SOME STRING HERE>')
```

That method will return a unique identifier consisting of the date and the text.

---
_Source: https://npm.io/package/simple-text-id-gen · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
