Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update real-world examples #460

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 16 additions & 7 deletions doc/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,23 @@ ensure each feature works as expected.

## Real-world examples

Here is a partial list of real-world projects using Castor:
Here is some real-world projects using Castor:

- [Castor itself](https://github.com/jolicode/castor/blob/main/castor.php): Castor is developped with Castor
- [jolicode/docker-starter](https://github.com/jolicode/docker-starter/blob/main/castor.php): A skeleton to start a web project with PHP and Docker
- [monsieurbiz/SyliusPluginMaker](https://github.com/monsieurbiz/SyliusPluginMaker/blob/master/castor.php): An application to ease the creation of Sylius plugins
- [lyrixx/twig-include-syntax](https://github.com/lyrixx/twig-include-syntax/blob/main/castor.php): A tool to fix Twig include syntax
- [jolicode/JoliTypo](https://github.com/jolicode/JoliTypo/blob/main/website/castor.php): Some Castor tasks to compile the PHP demo application of JoliTypo in WASM to host it on GitHub Pages
- [gist Spomky/a93cfa4d5373f865c2435bd9b0606522](https://gist.github.com/Spomky/a93cfa4d5373f865c2435bd9b0606522): A Castor task to check licenses used on a Composer project
- [Castor itself](https://github.com/jolicode/castor/blob/main/castor.php): Castor itself is developed with Castor ✨
- [jolicode/docker-starter](https://github.com/jolicode/docker-starter/blob/main/castor.php): JoliCode provides a skeleton to start a web
project with PHP and Docker, encapsulated by Castor tasks
- [monsieurbiz/SyliusPluginMaker](https://github.com/monsieurbiz/SyliusPluginMaker/blob/master/castor.php):
MonsieurBiz created a CLI application based on Castor to ease the creation of
Sylius plugins
- [redirectionio/docker-example](https://github.com/redirectionio/docker-example/blob/master/.castor/castor.php):
redirection.io uses some Castor tasks to build, run and tests their Docker
examples
- [lyrixx/twig-include-syntax](https://github.com/lyrixx/twig-include-syntax/blob/main/castor.php): Lyrixx developed a CLI tool to fix Twig
include syntax
- [jolicode/JoliTypo](https://github.com/jolicode/JoliTypo/blob/main/website/castor.php): JoliCode uses some Castor tasks to compile the PHP
demo application of JoliTypo in WASM and host it on GitHub Pages
- [gist Spomky/a93cfa4d5373f865c2435bd9b0606522](https://gist.github.com/Spomky/a93cfa4d5373f865c2435bd9b0606522): Spomky proposed a Castor
task to check licenses used on a Composer project

Using Castor in one of your public projects? Feel free to contact us, we might
add it to this list.