astro-index
v1.1.2
Published
Astro component to render a apache like index #withastro
Maintainers
Readme
astro-index

apache2 like index in Astro. Useful for listing files in a directory.
Does not generate the tree full !
Demo : https://its-just-nans.github.io/astro-index/
Usage
---
import AstroIndex from "astro-index";
import { join } from "path";
const pathExpose = join(process.cwd(), "public");
---
<AstroIndex path={pathExpose} />License
Licensed under the MIT License - LICENSE
