Yeoman registry choices based on next.
npm install -S @jswork/next-registry-choices
api | params | description |
---|---|---|
gets | - | Get the choices. |
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: {
//...
*/
Code released under the MIT license.