2.0.37 • Published 4 years ago

@extra-npm/read-config.min v2.0.37

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

LAST STABLE VERSION 1.5.5

npm install -g extra-npm@1.5.5

Prograde NPM for Node.js package maintainers.

Do you want to:

  • Clone NPM package to local or GitHub?
  • Initialize Node.js reporitory on GitHub?
  • Push changes to both Git and NPM?
  • Get root package path?
  • Search for packages, with special fields?
  • Validate Node.js package fields?
  • View registry info about a package?
  • Locate a program or locally installed node module executable?

usage

> enpm [command] [options]
# all existing commands of npm supported

# push change to git, npm
enpm push "commit message"

# clone all versions of "package" to local
enpm clone -a package

# install "package"
enpm install package

reference

  • clone> Clone NPM package to local or GitHub.
  • init> Initialize Node.js reporitory.
  • push> Push changes to both Git and NPM?
  • rev-parse> Pick out and massage parameters.
  • search> Search for packages.
  • validate> Validate Node.js package field.
  • view> View registry info about a package.
  • which> Locate a program or locally installed node module executable.

similar

Do you need anything similar?

Suggestions are welcome. Please create an issue.

nodef