https://github.com/crystallizeapi/apps
Monorepo for Crystallize Apps
https://github.com/crystallizeapi/apps
Last synced: about 1 month ago
JSON representation
Monorepo for Crystallize Apps
- Host: GitHub
- URL: https://github.com/crystallizeapi/apps
- Owner: CrystallizeAPI
- License: mit
- Created: 2022-03-14T11:40:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T07:00:02.000Z (11 months ago)
- Last Synced: 2024-08-02T08:26:58.210Z (11 months ago)
- Language: TypeScript
- Size: 1.59 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Crystallize Apps
Here we manage all of the Crystallize Apps.
In order to simplify their maintenance they are all in this Git Repository.
All contributions will happen here:
- PRs and Issues are therefore open, discuss, contribute in one place
- Many things will be shared accross the `components`: Coding Standards, CI & Automations, Tests, etc.✅ Nevertheless, all the `components` will continue to be independant and pushed in their own repository. (through magic mechanisms that we have internally)
## Managed Repositories
| Bundles | | Licence(s) |
| ------------------------------------------ | --------- | ---------- |
| [Crystallize Import App][0] | [Live][1] | ![MIT] |
| [Crystallize Refund App][2] | [Live][3] | ![MIT] |
| [Crystallize Subscription Contract App][4] | [Live][5] | ![MIT] |
| [Hello World Comics][6] | | ![MIT] |
| [Translation App][7] | [Live][8] | ![MIT] |
| [Generative AI App][9] | | ![MIT] |## Contributions
- Pull Requests and Issues should start with `[$COMPONENT_NAME]`
## Adding a new Component (App)
```bash
make add-component COMPONENT=my-new-component
```> If not already done, you still need create the Github sub-repository and add an entry in `components/manifest.json`
[mit]: https://img.shields.io/badge/license-MIT-green?style=flat-square&labelColor=black
[0]: https://github.com/CrystallizeAPI/crystallize-import-app
[1]: https://import.app-labs.crystallize.com
[2]: https://github.com/CrystallizeAPI/crystallize-refund-app
[3]: https://refund.app-labs.crystallize.com
[4]: https://github.com/CrystallizeAPI/crystallize-subscription-contract-app
[5]: https://subscription-contract.app-labs.crystallize.com
[6]: https://github.com/CrystallizeAPI/hello-world-comics-app
[7]: https://github.com/CrystallizeAPI/translation-app
[8]: https://translation-app-three.vercel.app/
[9]: https://github.com/CrystallizeAPI/generative-ai-app