Skip to content

ludosch/find-npm-version-by-date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

find-npm-version-by-date

Find most recent package by given date (work with package list)

How it's work ?

Use npm view and a little of python

How to run ?

Install npm and run with python 3 :

> python find-npm-version-by-date.py <YYYY-MM-DD> <packages...>

Exemple :

> python find-npm-version-by-date.py 2019-02-28 lodash chalk
lodash@4.17.11
chalk@2.4.2

About

Find most recent package by given date (work with list)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages