@jswork/next-registry-choices

1.0.1 • Public • Published

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.

/@jswork/next-registry-choices/

    Package Sidebar

    Install

    npm i @jswork/next-registry-choices

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    5.37 kB

    Total Files

    5

    Last publish

    Collaborators

    • afeiship