Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adonisjs/static
Static files server middleware for AdonisJS
https://github.com/adonisjs/static
first-party-package
Last synced: about 1 month ago
JSON representation
Static files server middleware for AdonisJS
- Host: GitHub
- URL: https://github.com/adonisjs/static
- Owner: adonisjs
- License: mit
- Created: 2023-01-19T13:21:55.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-09T05:10:20.000Z (12 months ago)
- Last Synced: 2024-11-05T03:06:32.456Z (about 2 months ago)
- Topics: first-party-package
- Language: TypeScript
- Homepage:
- Size: 662 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @adonisjs/static
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
## Introduction
Middleware to serve static files from a given directory of your AdonisJS apps
## Official Documentation
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/static-file-server)
## Contributing
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.
We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.
## Code of Conduct
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).
## License
AdonisJS static files middleware is open-sourced software licensed under the [MIT license](LICENSE.md).
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/static/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/static/actions/workflows/checks.yml 'Github action'
[npm-image]: https://img.shields.io/npm/v/@adonisjs/static/latest.svg?style=for-the-badge&logo=npm
[npm-url]: https://www.npmjs.com/package/@adonisjs/static/v/latest 'npm'
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[license-url]: LICENSE.md
[license-image]: https://img.shields.io/github/license/adonisjs/static?style=for-the-badge