Skip to content

afeiship/next-registry-choices

Repository files navigation

next-registry-choices

Yeoman registry choices based on next.

version license size download

installation

npm install -S @jswork/next-registry-choices

apis

api params description
gets - Get the choices.

usage

import NxRegistryChoices from '@jswork/next-registry-choices';

NxRegistryChoices.gets();

/*
[
  {
    name: 'npm',
    value: {
      publish: 'https://registry.npmjs.org',
      install: 'https://registry.npmjs.org',
      private: false,
      access: 'public'
    }
  },
  {
    name: 'github',
    value: {
   //...   
*/

license

Code released under the MIT license.