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 的工具
- Host: GitHub
- URL: https://github.com/harrisonwang/yaml2json
- Owner: harrisonwang
- License: apache-2.0
- Created: 2024-08-13T12:01:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T14:25:46.000Z (almost 2 years ago)
- Last Synced: 2025-05-30T20:40:40.910Z (about 1 year ago)
- Topics: json, yaml
- Language: HTML
- Homepage: https://yaml2json.harrisonwang.workers.dev/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 使用说明
## 开发
```bash
# 进入工程目录
$ cd yaml2json
# 安装依赖包
$ npm i
# 本地运行
$ npm run dev
```
## 部署
1. 使用 `npm run deploy` 命令部署到 Cloudflare Workers
2. Worker 绑定自定义域名,等待 TLS 证书生效
3. 访问自定义域名