https://github.com/passy/latest-npm-version
Get the latest version of a package on npm
https://github.com/passy/latest-npm-version
Last synced: about 1 year ago
JSON representation
Get the latest version of a package on npm
- Host: GitHub
- URL: https://github.com/passy/latest-npm-version
- Owner: passy
- License: mit
- Created: 2014-05-03T10:13:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T20:41:39.000Z (almost 11 years ago)
- Last Synced: 2025-04-30T05:44:53.492Z (about 1 year ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/latest-npm-version
- Size: 307 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# latest-npm-version [](https://travis-ci.org/passy/latest-npm-version) [](https://hackage.haskell.org/package/latest-npm-version)
Trying to understand Lenses and Pipes by "porting" @sindresorhus'
[latest-version](https://github.com/sindresorhus/latest-version/).
## Install
```
> cabal install latest-npm-version
> latest-npm-version yo
yo 1.2.0
```
Now get yourself a nice hot cup of tea, take a bath, file your tax return and if
you're lucky cabal will be finished by then.
## Dev
```
> stack setup
> stack build
> stack test
> stack exec latest-npm-version yo
1.4.7
```