@apoyo/files
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@apoyo/files", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Utils focused around files management", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -13,24 +13,8 @@ # Apoyo - Files | ||
## Introduction | ||
This library is a simplified framework agnostic version of [Adonisjs Drive](https://github.com/adonisjs/drive). | ||
The following file drivers are provided by default: | ||
- Local file driver (included in `@apoyo/files`) | ||
- Memory / Fake driver (included in `@apoyo/files`) | ||
- AWS S3 driver (included in `@apoyo/files-s3`) | ||
- GCS driver (included in `@apoyo/files-gcs`) | ||
- Azure storage driver (included in `@apoyo/files-azure`) | ||
Custom providers can also be created by implementing the `DriverContract` interface available in `@apoyo/files`. | ||
## Documentation | ||
TODO | ||
Please visit the [documentation](https://nx-apoyo.netlify.app/guide/files/getting-started.html) for more information. | ||
Look up the [DriverContract](https://github.com/neoxia/apoyo/tree/master/packages/files/src/driver.ts) interface until the documentation has been written. | ||
## License | ||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33775
20