1.0.1 • Published 4 years ago
@jswork/next-registry-choices v1.0.1
next-registry-choices
Yeoman registry choices based on next.
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.