Skip to content

afeiship/next-npm-registries

Repository files navigation

next-npm-registries

Npm reigistries for aric.

version license size download

installation

npm install -S @jswork/next-npm-registries

usage

import '@jswork/next-npm-registries';


nx.npmRegisties('npm');
// nx.npmRegisties('npm');
// nx.npmRegisties('github');

// results
{
  publish: 'https://registry.npmjs.org',
  install: 'https://registry.npmjs.org',
  private: false,
  access: 'restricted'
}

license

Code released under the MIT license.