1.3.0 • Published 2 years ago

cli-holidates-cli v1.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

My First-package-NPM

intro

In our training @Becode we had to create our first NPM package who will show the results (a list of holidays dates for the current year) in a readable way in the terminal.

We use the API nager.date and some NPN package (country-list ; axios ; ora ; chalk)

Installation

You just need to put these command in the terminal
For the package ->

  • "npm init"
  • "npm install cli-holidates-cli"
    For execute the package ->
  • "npx holidates {country}"
    The country need to be in english ! --> for exemple " npx holidates ireland "

What else should I do ?

  • Add more style
  • Add the possibility to choose the year and put the current year by default
1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago