Skip to content

Generates a valid Lithuanian national identification number

Notifications You must be signed in to change notification settings

teroyks/nin-generator-lt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).