https://github.com/afeiship/next-registry-choices
Yeoman registry choices based on next.
https://github.com/afeiship/next-registry-choices
choices items next registry yeoman yo
Last synced: 6 months ago
JSON representation
Yeoman registry choices based on next.
- Host: GitHub
- URL: https://github.com/afeiship/next-registry-choices
- Owner: afeiship
- License: mit
- Created: 2020-12-03T00:04:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T08:18:43.000Z (over 4 years ago)
- Last Synced: 2025-03-08T04:19:44.614Z (7 months ago)
- Topics: choices, items, next, registry, yeoman, yo
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-registry-choices
> Yeoman registry choices based on next.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```bash
npm install -S @jswork/next-registry-choices
```## apis
| api | params | description |
| ---- | ------ | ---------------- |
| gets | - | Get the choices. |## usage
```js
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](https://github.com/afeiship/next-registry-choices/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/next-registry-choices
[version-url]: https://npmjs.org/package/@jswork/next-registry-choices[license-image]: https://img.shields.io/npm/l/@jswork/next-registry-choices
[license-url]: https://github.com/afeiship/next-registry-choices/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-registry-choices
[size-url]: https://github.com/afeiship/next-registry-choices/blob/master/dist/next-registry-choices.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/next-registry-choices
[download-url]: https://www.npmjs.com/package/@jswork/next-registry-choices