Skip to content

Commit

Permalink
Add usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
knutkirkhorn committed Sep 9, 2019
1 parent 7551ec4 commit a18cf36
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
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)

0 comments on commit a18cf36

Please sign in to comment.