Popularity
2.5
Growing
Activity
0.0
Stable
180
5
12

Programming language: JavaScript
License: MIT License
Tags: Command Line Apps     Date     Time     Github     Timezone     CLI     Cli-app     Gh     User     Local     Dev     Developer    
Latest version: v1.3.5

dev-time alternatives and similar modules

Based on the "Command Line Apps" category.
Alternatively, view dev-time alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of dev-time or a related project?

Add another 'Command Line Apps' Module

README

dev-time-cli Build Status

Get the current local time of a GitHub user.

Install

$ npm install --global dev-time-cli

Usage

$ dev-time --help

  Usage
    $ dev-time <user> <user2> ...

  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

License

MIT © Sam Verschueren


*Note that all licence references and agreements mentioned in the dev-time README section above are relevant to that project's source code only.