Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delucis/astro-auto-import
Auto-import components in Astro projects
https://github.com/delucis/astro-auto-import
astro auto-import
Last synced: 6 days ago
JSON representation
Auto-import components in Astro projects
- Host: GitHub
- URL: https://github.com/delucis/astro-auto-import
- Owner: delucis
- Created: 2022-06-26T16:51:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T15:26:19.000Z (23 days ago)
- Last Synced: 2024-12-30T07:03:08.723Z (13 days ago)
- Topics: astro, auto-import
- Language: TypeScript
- Homepage:
- Size: 1.31 MB
- Stars: 100
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-astro - Astro Auto-import - Auto-import components in Astro projects (Astro Packages/Libraries)
README
# Astro Auto Import
## 🔗 Looking for the main package?
[Jump to `astro-auto-import` →](/packages/astro-auto-import/)
## 🚀 Project Structure
This project uses **workspaces** to develop a single package from `packages/astro-auto-import`. It also includes a `demo` Astro site for testing and demonstrating the integration.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------ | :-------------------- |
| `npm install` | Installs dependencies |
| `npm test` | Run unit tests |