https://github.com/crystallizeapi/tools
Mono Repository with all the tools
https://github.com/crystallizeapi/tools
Last synced: about 2 months ago
JSON representation
Mono Repository with all the tools
- Host: GitHub
- URL: https://github.com/crystallizeapi/tools
- Owner: CrystallizeAPI
- License: mit
- Created: 2022-03-10T13:30:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T22:14:03.000Z (3 months ago)
- Last Synced: 2025-03-30T12:11:17.519Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 760 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- 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 Tools
Here are managed all the Crystallize Tools.
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 `compoenents` (here tools) will continue to be independant and pushed in their own repository. (through magic mechanisms that we have internally)
## Managed Repositories
| Tools | Licence(s) |
| ------------------------------------------------------------------------------ | ---------- |
| [Crystallize CLI](https://github.com/CrystallizeAPI/crystallize-cli-next) | ![MIT] |
| [Shopify Migrator](https://github.com/CrystallizeAPI/shopify-migration-script) | ![MIT] |
| [Magento Import](https://github.com/CrystallizeAPI/crystallize-magento-import) | ![MIT] |## Contributions
- Pull Requests and Issues should start with `[$COMPONENT_NAME]`
## Adding a new Component (Tool)
```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