File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 5959 run : |
6060 cd libs/braillify
6161 cargo publish
62+ env :
63+ CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
6264
Original file line number Diff line number Diff line change @@ -18,14 +18,23 @@ Rust 기반 크로스플랫폼 한국어 점역 라이브러리
1818<a href =" https://codecov.io/gh/dev-five-git/braillify " >
1919 <img src =" https://codecov.io/gh/dev-five-git/braillify/graph/badge.svg?token=8I5GMB2X5B " />
2020</a >
21+ <a href =" https://pypi.org/project/braillify " target =" _blank " >
22+ <img src="https://img.shields.io/pypi/v/braillify?color=%2334D058&label=pypi%20package" alt="Package version">
23+ </a >
24+ <a href =" https://pypi.org/project/braillify " target =" _blank " >
25+ <img src="https://img.shields.io/pypi/pyversions/braillify.svg?color=%2334D058" alt="Supported Python versions">
26+ </a >
2127
2228
2329## 설치
2430
31+ [ npm 바로가기] ( https://www.npmjs.com/package/braillify )
32+
2533``` bash
2634npm install braillify # node
2735```
2836
37+ [ pypi 바로가기] ( https://pypi.org/project/braillify/ )
2938``` bash
3039pip install braillify # python
3140```
You can’t perform that action at this time.
0 commit comments