calender-cli

1.0.5 • Public • Published

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      |

Readme

Keywords

Package Sidebar

Install

npm i calender-cli

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

4.77 kB

Total Files

3

Last publish

Collaborators

  • kirann