Skip to content

genkgo/ap-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 16, 2018
a977413 · Oct 16, 2018
Apr 28, 2017
Oct 16, 2018
Jul 15, 2017
Apr 21, 2017
Jul 13, 2017
Jul 13, 2017
Jun 22, 2017
Jul 7, 2017
Jul 13, 2017
Apr 3, 2017
Jul 18, 2017
Jul 15, 2017
Oct 16, 2018

Repository files navigation

ap-npm

Authenticated Private NPM Repository

dockeri.co

ap-npm runs a npm-repository. It should be used together with npm-scope, as ap-npm doesn't function as a caching/proxy server like Sinopia/Verdaccio.

Since 0.2.4 ap-npm has a proxy feature. If a package cannot be found locally, it will proxy the request over to the registry given in the config (Note: by default this feature is turned off)

Install

npm install -g ap-npm
Start server
ap-npm serve
List/change config
ap-npm config [prop] [value]
Setup npm project with ap-npm publishConfig
ap-npm init

This runs npm init in the current folder and adds a publishConfig to the package.json from your ap-npm config

Dependencies

ap-npm has been tested with:

  • npm: 3.10 or higher
  • node: 6.10 or higher