https://github.com/afeiship/next-yaml-configuration
Yaml configuration for next.
https://github.com/afeiship/next-yaml-configuration
configuration next yaml yml
Last synced: about 2 months ago
JSON representation
Yaml configuration for next.
- Host: GitHub
- URL: https://github.com/afeiship/next-yaml-configuration
- Owner: afeiship
- License: mit
- Created: 2020-06-06T01:41:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T15:54:40.000Z (over 4 years ago)
- Last Synced: 2025-09-18T16:56:52.186Z (9 months ago)
- Topics: configuration, next, yaml, yml
- Language: JavaScript
- Size: 18.6 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-yaml-configuration
> Yaml configuration for 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-yaml-configuration
```
## apis
| api | params | description |
|-----|--------|---------------|
| get | - | desc balabala |
## usage
```js
import NxYamlConfiguration from '@jswork/next-yaml-configuration';
// code goes here:
```
## license
Code released under [the MIT license](https://github.com/afeiship/next-yaml-configuration/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/next-yaml-configuration
[version-url]: https://npmjs.org/package/@jswork/next-yaml-configuration
[license-image]: https://img.shields.io/npm/l/@jswork/next-yaml-configuration
[license-url]: https://github.com/afeiship/next-yaml-configuration/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-yaml-configuration
[size-url]: https://github.com/afeiship/next-yaml-configuration/blob/master/dist/next-yaml-configuration.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/next-yaml-configuration
[download-url]: https://www.npmjs.com/package/@jswork/next-yaml-configuration