Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 542 Bytes

File metadata and controls

19 lines (15 loc) · 542 Bytes

README

pīnyīn, The chinese pinyin convertor.

Direction

This is a monorepo, power by turbo and pnpm. The direction constructor is follow:

|- apps/
|  `- website               // document website.
|- packages/
|  |- pinyin/               // pinyin main reposition.
|  |- pinyin-cli/           // command line tool of pinyin, install it global and use every where.
|  |- pinyin-react/         // React version of pinyin, Coming soon.
|  `-tools/                 // misc tools for this reposition.
|- package.json
`- README.md