Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PingHuskar committed Mar 31, 2024
1 parent ed5f932 commit fcaf2ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Workflow for Codecov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: PingHuskar/npm-bahtrext
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# BahtRext
# [BahtRext](https://pinghuskar.github.io/npm-bahtrext/)
![Download/month](https://img.shields.io/npm/dm/bahtrext.svg)
![Total Download](https://img.shields.io/npm/dt/bahtrext.svg)

## Demo
## Demo / Example
- [Codepen](https://codepen.io/chadin-chaipornpisuth/full/rNbzyom)
- [React] Coming Soon

## Must Read
- **Checkout Test Cases in `index.test.js` Before Implement**
Expand All @@ -17,7 +18,7 @@
- `MS Excel`
- [`thai-baht-text`](https://www.npmjs.com/package/thai-baht-text)
- [earthchie/BAHTTEXT.js](https://github.com/earthchie/BAHTTEXT.js)
- **Your Choice**
- `หนึ่งร้อยหนึ่งบาทถ้วน` หรือ `หนึ่งร้อยเอ็ดบาทถ้วน` ก็ได้ ให้เข้าใจได้ตรงกัน
- [**`BahtRext`**](https://pinghuskar.github.io/npm-bahtrext/)
- [Versions](https://www.npmjs.com/package/bahtrext?activeTab=versions)
- [REPO](https://github.com/PingHuskar/npm-bahtrext)
Expand Down

0 comments on commit fcaf2ba

Please sign in to comment.