1.0.5 • Published 4 years ago

calender-cli v1.0.5

Weekly downloads
9
License
ISC
Repository
github
Last release
4 years ago

CALENDER

HOW TO USE

using npx:

npx calender-cli -h
npx: installed 28 in 6.137s
|************* CALENDER *************|
| -y => to specify year                    |
| -m => to specify month in numbers [1-12] |

-y -m options are mandatory to print calender

npx calender-cli -y 2020 -m 8 npx: installed 28 in 3.963s *KIRAN's CALENDER*** AUG 2020


    SUN     |       MON     |       TUE     |       WED     |       THU     |       FRI     |       SAT
            |               |               |               |               |               |       1       |
    2       |       3       |       4       |       5       |       6       |       7       |       8       |
    9       |       10      |       11      |       12      |       13      |       14      |       15      |
    16      |       17      |       18      |       19      |       20      |       21      |       22      |
    23      |       24      |       25      |       26      |       27      |       28      |       29      |
    30      |       31      |

using npm

>npm i caleder-cli -g
>calender -y 2020 -m 8
*************************KIRAN's CALENDER*******************************
                            [AUG 2020]
************************************************************************

        SUN     |       MON     |       TUE     |       WED     |       THU     |       FRI     |       SAT
                |               |               |               |               |               |       1       |
        2       |       3       |       4       |       5       |       6       |       7       |       8       |
        9       |       10      |       11      |       12      |       13      |       14      |       15      |
        16      |       17      |       18      |       19      |       20      |       21      |       22      |
        23      |       24      |       25      |       26      |       27      |       28      |       29      |
        30      |       31      |
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago