Generates a valid Lithuanian national identification number.
deno run https://raw.githubusercontent.com/teroyks/nin-generator-lt/v1.1.1/nin.js
-h
displays available options.
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).