NpElection ( Nepal Election )
NpElection displays the election data of Nepal right from the comfort of your terminal.
Installation
- Download the latest release as per your system from the Releases page.
How to use
Once you have downloaded a release file, extract the zip and run from the relative directory:
./npelection
List candidates
./npelection list
Prerequisites (Build only)
Build
- Clone the repository with
git clone [email protected]:askbuddie/npelection.git
- Download the dependencies with
go mod download
- Run with
go run main.go
orgo build
- Run
sh build.sh
to build for all platforms (Windows, Linux, MacOS)