A terminal-based Nepali Calendar (B.S). Think cal but built for the Bikram Sambat System
Install the package directly via npm:
npm install -g @psapien/nepal-calThis package exposes a global npcal shortcut in your terminal
Running this bare command gives you the current ongoing mahina with today's gatey highlighted
npcalYou can pull up a specific mahina using number (1-12), formal name or common colloquial spellings and shortcuts like (asoj, chait, or bai)
npcal -m 2
npcal -m asoj
Tip: Run npcal --help to see a full list of supported names and shortcuts.
Print out a full 12-mahina calendar grid. Leaving it blank defaults to current saal, or you can specify any saal between 2000 and 2999
npcal -y
npcal -y 2085
If you want help, then it shall come your way!
npcal -h
npcal --help