Skip to content

kesla/versions-from-filenames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

versions-from-filenames

Get package names & versions from filenames (e.g. ['foo-1.2.3.tgz', 'foo-1.3.0.tgz', 'bar-2.0.0.tgz'] -> { foo: ['1.2.3', '1.3.0'], bar: ['2.0.0'] }

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install versions-from-filenames --save

Tests

npm install
npm test

Dependencies

None

Dev Dependencies

License

MIT

Generated by package-json-to-readme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published