Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyrouge/phrasey
A full-blown i18n build system.
https://github.com/zyrouge/phrasey
builder i18n localization translations
Last synced: 17 days ago
JSON representation
A full-blown i18n build system.
- Host: GitHub
- URL: https://github.com/zyrouge/phrasey
- Owner: zyrouge
- License: mit
- Created: 2023-03-11T14:49:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T06:02:30.000Z (3 months ago)
- Last Synced: 2024-09-26T09:29:00.609Z (about 2 months ago)
- Topics: builder, i18n, localization, translations
- Language: TypeScript
- Homepage: https://zyrouge.github.io/phrasey/
- Size: 3.11 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](./media/banner-compact.png)
# Phrasey
A full-blown i18n build system.
[![npm](https://img.shields.io/npm/v/phrasey)](https://npmjs.com/package/phrasey)
[![npm](https://img.shields.io/npm/dw/phrasey)](https://npmjs.com/package/phrasey)
[![GitHub](https://img.shields.io/github/license/zyrouge/phrasey)](https://github.com/zyrouge/phrasey)
[![Documentation](https://github.com/zyrouge/phrasey/actions/workflows/docs.yml/badge.svg)](https://github.com/zyrouge/phrasey/actions/workflows/docs.yml)
[![Lint](https://github.com/zyrouge/phrasey/actions/workflows/lint.yml/badge.svg)](https://github.com/zyrouge/phrasey/actions/workflows/lint.yml)Get started by visiting [What is Phrasey?](https://zyrouge.github.io/phrasey/getting-started/) and [Setup](https://zyrouge.github.io/phrasey/getting-started/setup.html).
## Links
- [Documentation](https://zyrouge.github.io/phrasey/)
- [Github](https://github.com/zyrouge/phrasey/)
- [NPM](https://npmjs.com/package/phrasey/)## Repository Architecture
- [pharsey](./packages/phrasey)
- [phrasey-server](./packages/phrasey-server/)
- [@zyrouge/phrasey-json](./packages/phrasey-json/)
- [@zyrouge/phrasey-yaml](./packages/phrasey-yaml/)
- [@zyrouge/phrasey-toml](./packages/phrasey-toml/)
- [@zyrouge/phrasey-xml](./packages/phrasey-xml/)
- [@zyrouge/phrasey-locales](./packages/phrasey-locales/)
- [@zyrouge/phrasey-locales-shared](./packages/phrasey-locales-shared/)
- [@zyrouge/phrasey-locales-builder](./packages/phrasey-locales-builder/)
- [docs](./docs)## License
[MIT](./LICENSE)