-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7551ec4
commit a18cf36
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# week-number-cli | ||
📅 Get the ISO 8601 week number of a date CLI | ||
# week-number-cli [![Build Status](https://travis-ci.org/Knutakir/week-number-cli.svg?branch=master)](https://travis-ci.org/Knutakir/week-number-cli) | ||
> 📅 Get the ISO 8601 week number of a date CLI | ||
## Installation | ||
``` | ||
$ npm install --global @knutkirkhorn/week-number-cli | ||
``` | ||
|
||
## Usage | ||
``` | ||
$ week-number --help | ||
Usage | ||
$ week-number | ||
$ week-number <date> | ||
Examples | ||
$ week-number | ||
$ week-number "September 3, 2019 23:15:30" | ||
``` | ||
|
||
## Related | ||
- [week-number](https://github.com/Knutakir/week-number) - API for this module | ||
|
||
## License | ||
MIT © [Knut Kirkhorn](LICENSE) |