Commandline interface for calculating the date of easter(computus)
npm install computuxCalculate the date and month of easter for a given year.
The computus is calculated using the Meeus/Jones/Butcher algorithm.
bash
npx computux # Install and run via npx
Input year: 2023 # User Input [year]
Easter is on the 9th of April. # Output [date of easter]
``