Skip to content

Its-Just-Nans/astro-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

astro-index download count version

apache2 like index in Astro. Useful for listing files in a directory.

Does not generate the tree full by default, see the demo for more info.

Links:

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