Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 747 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 747 Bytes

NIN Generator LT

Generates a valid Lithuanian national identification number.

Usage

deno run https://raw.githubusercontent.com/teroyks/nin-generator-lt/v1.1.1/nin.js

-h displays available options.

Local Installation

You can install a local alias that will execute the script for you:

deno install -n nin-lt https://raw.githubusercontent.com/teroyks/nin-generator-lt/v1.1.1/nin.js

This will install the script in the $HOME/.deno/bin directory and provide instructions for adding the directory in your PATH. After you’ve done this, you can run the script with nin-lt (or whatever name you provide with the -n option).