@isnifer/npm-time

1.3.1 • Public • Published

npm-time

Installation as a global module

$ npm i @isnifer/npm-time -g

CLI Usage

$ npm-time webpack 08.11.2017 08.20.2017
3.5.4 => 12.08.2017
3.5.5 => 16.08.2017

CLI API

npm-time %PACKAGE_NAME% [dateStart] [dateEnd]

Installation as a local dependency (npm@5)

$ npm i @isnifer/npm-time
$ npx npm-time webpack 08.11.2017 08.20.2017
3.5.4 => 12.08.2017
3.5.5 => 16.08.2017

As a module

import npmTime from '@isnifer/npm-time'

async getVersions() {
  await npmTime(moduleName: string, dateStart?: string, dateEnd?: string)
}

getVersions()

Readme

Keywords

Package Sidebar

Install

npm i @isnifer/npm-time

Weekly Downloads

0

Version

1.3.1

License

MIT

Last publish

Collaborators

  • isnifer