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: 3 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-10-10T20:16:35.000Z (2 months ago)
- Last Synced: 2024-12-02T01:04:17.376Z (10 days ago)
- Topics: astro, auto-import
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 95
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
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 |