@psapien/nepal-cal
v1.0.0
Published
A terminal-based Nepali Calendar (B.S). Think `cal` but built for the Bikram Sambat System
Downloads
217
Maintainers
Readme
@pSapien/nepal-cal 🇳🇵
A terminal-based Nepali Calendar (B.S). Think cal but built for the Bikram Sambat System

Installation
Install the package directly via npm:
npm install -g @psapien/nepal-calHow to use
This package exposes a global npcal shortcut in your terminal
1. Current Mahina
Running this bare command gives you the current ongoing mahina with today's gatey highlighted
npcal2. Specific Mahina (-m)
You 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 asojTip: Run npcal --help to see a full list of supported names and shortcuts.
3. Purai Saal (-y)
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 20854. Help Menu (-h --help)
If you want help, then it shall come your way!
npcal -h
npcal --help