{"id":19163631,"url":"https://github.com/customautosys/esperskripto","last_synced_at":"2026-04-24T21:31:33.897Z","repository":{"id":57686190,"uuid":"468756039","full_name":"customautosys/EsperSkripto","owner":"customautosys","description":"A multilingual transpiler to use JavaScript in different human languages, with the initial languages being Simplified Chinese (Mandarin) and Esperanto","archived":false,"fork":false,"pushed_at":"2022-03-24T11:44:51.000Z","size":304,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-23T21:50:34.485Z","etag":null,"topics":["chinese","esperanto","javascript","mandarin","multilingual","simplified-chinese","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/customautosys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-11T13:12:07.000Z","updated_at":"2022-03-27T15:39:59.000Z","dependencies_parsed_at":"2022-09-18T23:13:55.428Z","dependency_job_id":null,"html_url":"https://github.com/customautosys/EsperSkripto","commit_stats":null,"previous_names":["siauderman/esperskripto"],"tags_count":0,"template":false,"template_full_name":"ryansonshine/typescript-npm-cli-template","purl":"pkg:github/customautosys/EsperSkripto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customautosys%2FEsperSkripto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customautosys%2FEsperSkripto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customautosys%2FEsperSkripto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customautosys%2FEsperSkripto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/customautosys","download_url":"https://codeload.github.com/customautosys/EsperSkripto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customautosys%2FEsperSkripto/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259521513,"owners_count":22870446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chinese","esperanto","javascript","mandarin","multilingual","simplified-chinese","typescript"],"created_at":"2024-11-09T09:16:11.392Z","updated_at":"2026-04-24T21:31:33.866Z","avatar_url":"https://github.com/customautosys.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EsperSkripto\n\n[![npm package][npm-img]][npm-url]\n[![Build Status][build-img]][build-url]\n[![Downloads][downloads-img]][downloads-url]\n[![Issues][issues-img]][issues-url]\n[![Code Coverage][codecov-img]][codecov-url]\n[![Commitizen Friendly][commitizen-img]][commitizen-url]\n[![Semantic Release][semantic-release-img]][semantic-release-url]\n\n\u003e A multilingual transpiler to use JavaScript in different human languages, with the initial languages being Simplified Chinese (Mandarin) and Esperanto\n\n## Install\n\n```bash\nnpm install -g esperskripto\n```\n\n## Usage\n\n```bash\nUsage: esperskripto [options] [--ts filename.ts | filename.js]\n\nOptions:\n  -V, --version             output the version number\n  -d, --debug               enables verbose logging (default: false)\n  -v, --verbose             enables verbose logging (default: false)\n  -t, --typescript          the file to be translated is in TypeScript\n  -l, --language \u003clanguage\u003e translate from the language specified, currently supported languages are: zh-cmn-Hans (Simplified Chinese - Mandarin), eo (Esperanto)\n\nExamples:\n\n  $ esperskripto --version\n  0.0.1\n```\n\n## Examples\n\n\u003e Simplified Chinese (Mandarin)\n\n```javascript\n函数 试一试(){\n\t对于(让 甲=1;甲\u003c=10;++甲) {\n\t\t控制台.记录(甲);\n\t}\n}\n\n试一试();\n```\n\n\u003e Output\n\n```javascript\nfunction 试一试(){\n\tfor(let 甲=1;甲\u003c=10;++甲) {\n\t\tconsole.log(甲);\n\t}\n}\n\n试一试();\n```\n\n\u003e Esperanto\n\n```javascript\nfunkcio provuIomete(){\n\tpor(jen i=1;i\u003c=10;++i){\n\t\tkonzolo.protokolu(i);\n\t}\n}\n\nprovuIomete();\n```\n\n\u003e Output\n\n```javascript\nfunction provuIomete(){\n\tfor(let i=1;i\u003c=10;++i){\n\t\tconsole.log(i);\n\t}\n}\n\nprovuIomete();\n```\n\n[build-img]:https://github.com/siauderman/EsperSkripto/actions/workflows/release.yml/badge.svg\n[build-url]:https://github.com/siauderman/EsperSkripto/actions/workflows/release.yml\n[downloads-img]:https://img.shields.io/npm/dt/EsperSkripto\n[downloads-url]:https://www.npmtrends.com/EsperSkripto\n[npm-img]:https://img.shields.io/npm/v/EsperSkripto\n[npm-url]:https://www.npmjs.com/package/EsperSkripto\n[issues-img]:https://img.shields.io/github/issues/siauderman/EsperSkripto\n[issues-url]:https://github.com/siauderman/EsperSkripto/issues\n[codecov-img]:https://codecov.io/gh/siauderman/EsperSkripto/branch/main/graph/badge.svg\n[codecov-url]:https://codecov.io/gh/siauderman/EsperSkripto\n[semantic-release-img]:https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\n[semantic-release-url]:https://github.com/semantic-release/semantic-release\n[commitizen-img]:https://img.shields.io/badge/commitizen-friendly-brightgreen.svg\n[commitizen-url]:http://commitizen.github.io/cz-cli/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustomautosys%2Fesperskripto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcustomautosys%2Fesperskripto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustomautosys%2Fesperskripto/lists"}