https://github.com/consolelabs/mochi.js
Mochi Monorepo
https://github.com/consolelabs/mochi.js
Last synced: about 1 year ago
JSON representation
Mochi Monorepo
- Host: GitHub
- URL: https://github.com/consolelabs/mochi.js
- Owner: consolelabs
- Created: 2023-08-17T03:09:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T08:48:21.000Z (about 2 years ago)
- Last Synced: 2024-06-05T10:09:51.127Z (about 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monorepo for everything related to Mochi and Javascript
## 🧰 What's included
🎛 [`mochi-formatter`](./packages/mochi-formatter/README.md): a set of formatters (text + digit) + oppionated components (functions that return markdown text) to render content on platforms such as Discord or Telegram, it makes use of the markdown syntax and the `code` syntax which preserves spaces and fixed-width characters.
🚀 [`mochi-rest`](./packages/mochi-rest/README.md): an SDK for Mochi's api ecosystems, built with Typescript and shipped with a response schema validator so that developers who are interested can build Mochi applications with confidence.
| Package | Version |
| --------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| [`mochi-formatter`](./packages/mochi-formatter/README.md) |
|
| [`mochi-rest`](./packages/mochi-rest/README.md) |
|
| [`mochi-mock`](./packages/mochi-mock/README.md) |
|
## 🤝 Contributing
**Use squash commit strategy in PRs**
Clone this repo, create a new branch from `main`, do your magic then open a pull request and send a request review to [vincent](https://github.com/tuanddd), your git commit should follow [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) format with the scope e.g. `feat(mochi-formatter): add a new component...`, after it is approved, you can merge the PR.