1.3.1 • Published 7 years ago

@isnifer/npm-time v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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()
1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago