Compare commits

...

3 Commits

Author SHA1 Message Date
Guy Margalit be63c65e33 Merge f3cca34ca8 into 3d00f14395 2024-12-12 02:58:59 +02:00
Sindre Sorhus 3d00f14395 Meta tweaks 2024-12-12 01:37:59 +01:00
Guy Margalit f3cca34ca8 Filesystem - add noobaa
S3 gateway to storage systems and multi-cloud.
https://github.com/noobaa/noobaa-core
2024-06-25 01:07:32 +03:00
+1 -15
View File
@@ -55,21 +55,6 @@
</a> </a>
<br> <br>
<br> <br>
<a href="https://encore.dev?utm_campaign=github_repo&utm_medium=referral&utm_content=sindre&utm_source=github">
<div>
<picture>
<source width="230" media="(prefers-color-scheme: dark)" srcset="https://sindresorhus.com/assets/thanks/encore-logo-dark.svg">
<source width="230" media="(prefers-color-scheme: light)" srcset="https://sindresorhus.com/assets/thanks/encore-logo-light.svg">
<img width="230" src="https://sindresorhus.com/assets/thanks/encore-logo-light.svg" alt="Encore logo">
</picture>
</div>
<b>The development platform for building type-safe distributed systems</b>
<div>
<sup>End-to-end tooling from local development to automated DevOps and infrastructure in your AWS/GCP.</sup>
</div>
</a>
<br>
<br>
<a href="https://nitric.io/?utm_campaign=github_repo&utm_medium=referral&utm_content=sindresorhus&utm_source=github"> <a href="https://nitric.io/?utm_campaign=github_repo&utm_medium=referral&utm_content=sindresorhus&utm_source=github">
<div> <div>
<img width="230" src="https://sindresorhus.com/assets/thanks/nitric-logo.svg" alt="nitric logo"> <img width="230" src="https://sindresorhus.com/assets/thanks/nitric-logo.svg" alt="nitric logo">
@@ -427,6 +412,7 @@
- [filehound](https://github.com/nspragg/filehound) - Flexible and fluent interface for searching the file system. - [filehound](https://github.com/nspragg/filehound) - Flexible and fluent interface for searching the file system.
- [move-file](https://github.com/sindresorhus/move-file) - Move a file, even works across devices. - [move-file](https://github.com/sindresorhus/move-file) - Move a file, even works across devices.
- [tempy](https://github.com/sindresorhus/tempy) - Get a random temporary file or directory path. - [tempy](https://github.com/sindresorhus/tempy) - Get a random temporary file or directory path.
- [noobaa](https://github.com/noobaa/noobaa-core) - S3 gateway to storage systems and multi-cloud.
### Control flow ### Control flow