Skip to content

CodeDotJS/total-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

total-release

Find the total releases of a node package available on npm

Build Status

Install

$ npm install --save total-release

Usage

CASE : 1

'use strict';

const totalRelease = require('total-release');

totalRelease('instavim').then(releaseCount => {
	console.log(releaseCount);
	// => 4
});

CASE : 2

'use strict';

const totalRelease = require('total-release');

totalRelease('curver').then(releaseCount => {
	console.log(releaseCount);
	// => 1.0.0 is the latest release
});

Related

  • total-release-cli : CLI Tool for this API.

  • packstat : Displays metrics about npm modules.

  • packages-by : Total packages published by a npm user.

  • curver : Easily fetch the latest version of node module available on npm.

  • whatiz : Display one-line manual node package descriptions available on npmjs.

License

MIT © Rishi Giri

About

®️ Find the total releases of a npm package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages