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

https://github.com/wangpin34/find-yaml-by-path

find line number of element in yaml by path
https://github.com/wangpin34/find-yaml-by-path

Last synced: 4 months ago
JSON representation

find line number of element in yaml by path

Awesome Lists containing this project

README

        

# find-yaml-by-path

This repo show case how to find line number of element in `YAML` file.

这个项目展示了如何在 `YAML` 中查找 `path` 对应的行号。

## 为什么会有这个项目?

## 使用了那些技术?

- https://pypi.org/project/strictyaml/ python pkg,用于 查找 line number
- https://pyodide.org/en/stable/ python runtime,用于在浏览器里运行 python
- https://codemirror.net/5/ 代码编辑器,这样就可以在浏览器里编辑 yaml,测试 find line number
- UI & UX [preact](https://preactjs.com/), [tailwindcss](https://tailwindcss.com/), [daisyui](https://daisyui.com/)

## LICENSE

MIT