Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jojoee/bahttext
:moneybag: Change number to Thai pronunciation string (Baht to Baht text)
https://github.com/jojoee/bahttext
baht hacktoberfest hacktoberfest2021 thai
Last synced: 7 days ago
JSON representation
:moneybag: Change number to Thai pronunciation string (Baht to Baht text)
- Host: GitHub
- URL: https://github.com/jojoee/bahttext
- Owner: jojoee
- License: mit
- Created: 2017-09-05T14:25:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T16:14:21.000Z (2 months ago)
- Last Synced: 2024-10-14T08:10:03.501Z (about 1 month ago)
- Topics: baht, hacktoberfest, hacktoberfest2021, thai
- Language: JavaScript
- Homepage: https://jojoee.github.io/bahttext/
- Size: 85.9 KB
- Stars: 23
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README-cmd.md
- License: LICENSE
Awesome Lists containing this project
README
# bahttext
## CMD
```
brew install curl
brew install jq
npm install -g csvtojson
curl -L -o ./misc/testcases.csv https://docs.google.com/spreadsheets/d/e/2PACX-1vTb8PIKzgo07rn9UpcjqE0YrdMAmf4fyDbL2plUieLCyrn_5O3vDvece7UfkaArWQLUSsaw92jVpY_z/pub?gid=0&single=true&output=csv
csvtojson ./misc/testcases.csv | jq > ./misc/testcases.json# to update dependency version
npm update --save
npm audit fix --force# mutation test
npm install -g stryker-cli
stryker init
export STRYKER_DASHBOARD_API_KEY=
echo $STRYKER_DASHBOARD_API_KEY
npx stryker run# test demo
node ./example/commonjs.js
ts-node ./example/es6.ts
(cd example && node remoteCommonjs.js)
(cd example && ts-node remoteEs6.ts)## npm
npm run build
npm publish --dry-run
```## Prompt
``````
I'm software engineer who try to publish npm package with README.md file in many lanauges.
Please help translate this README.md file into list of languages below- China, 中国大陆 (CN) language
- Korea, 대한민국 (KR) language
- Vietnam, Việ (Nam) language
- Japan, 日本 (JP) language
- Russia, Россия (RU) language
- Spanish, Español (ES) language
- French, Français (FR) language----------------------------------------------------------------
```
## Note- Compatible with all browsers
- Node.js version support: 6+
- 0 Dependencies
- Demo page
- Support negative number
```
``````