1.0.1 • Published 4 years ago

@jswork/next-registry-choices v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

next-registry-choices

Yeoman registry choices based on next.

version license size download

installation

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

apis

apiparamsdescription
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.