Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SamVerschueren/dev-time-cli
Get the current local time of a GitHub user.
https://github.com/SamVerschueren/dev-time-cli
Last synced: 19 days ago
JSON representation
Get the current local time of a GitHub user.
- Host: GitHub
- URL: https://github.com/SamVerschueren/dev-time-cli
- Owner: SamVerschueren
- License: mit
- Created: 2015-12-07T08:03:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-26T10:34:16.000Z (over 8 years ago)
- Last Synced: 2024-10-12T01:08:48.639Z (about 1 month ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 179
- Watchers: 5
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- jimsghstars - SamVerschueren/dev-time-cli - Get the current local time of a GitHub user. (JavaScript)
README
# dev-time-cli [![Build Status](https://travis-ci.org/SamVerschueren/dev-time-cli.svg?branch=master)](https://travis-ci.org/SamVerschueren/dev-time-cli)
> Get the current local time of a GitHub user.
## Install
```
$ npm install --global dev-time-cli
```## Usage
```
$ dev-time --helpUsage
$ dev-time ...Options
-v, --verbose Show UTC offset.
--format The moment format of the output. [Default: HH:mm - D MMM. YYYY]
--token The GitHub authentication token.Examples
$ dev-time SamVerschueren
19:47 - 8 Dec. 2015$ dev-time SamVerschueren sindresorhus
SamVerschueren
19:47 - 8 Dec. 2015
sindresorhus
18:47 - 8 Dec. 2015$ dev-time SamVerschueren -v
19:47 - 8 Dec. 2015 - UTC+1$ dev-time SamVerschueren --format DD-MM-YYYY
07-12-2015
```## Related
- [dev-time](https://github.com/SamVerschueren/dev-time) - API for this module
## License
MIT © [Sam Verschueren](http://github.com/SamVerschueren)