Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.4 KB

readme.md

File metadata and controls

41 lines (26 loc) · 1.4 KB

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