Skip to content

narkhedek3/calender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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      |

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published