An open API service indexing awesome lists of open source software.

https://github.com/harrisonwang/yaml2json

一款 yaml 转 json、json 转 yaml 的工具
https://github.com/harrisonwang/yaml2json

json yaml

Last synced: 5 months ago
JSON representation

一款 yaml 转 json、json 转 yaml 的工具

Awesome Lists containing this project

README

          

# 使用说明

## 开发

```bash
# 进入工程目录
$ cd yaml2json

# 安装依赖包
$ npm i

# 本地运行
$ npm run dev
```

## 部署

1. 使用 `npm run deploy` 命令部署到 Cloudflare Workers

2. Worker 绑定自定义域名,等待 TLS 证书生效

3. 访问自定义域名