https://github.com/harry-hopkinson/create-astro-app
A CLI Tool to create a new astro project.
https://github.com/harry-hopkinson/create-astro-app
hacktoberfest hacktoberfest-accepted hacktoberfest2022
Last synced: over 1 year ago
JSON representation
A CLI Tool to create a new astro project.
- Host: GitHub
- URL: https://github.com/harry-hopkinson/create-astro-app
- Owner: Harry-Hopkinson
- License: mit
- Created: 2022-08-27T11:00:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T02:25:14.000Z (over 1 year ago)
- Last Synced: 2025-04-18T19:12:02.214Z (over 1 year ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hacktoberfest2022
- Language: Astro
- Homepage: https://www.npmjs.com/package/create-astro-app
- Size: 2.55 MB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Scaffold an Astro App
## Usage
For one time use of the command, run the following command:
```shell
npx create-astro-app
```
To install the command globally, run the following command:
```shell
npm install -g create-astro-app
create-astro-app
```
## Contributing
Check out the [CONTRIBUTING.md](CONTRIBUTING.md)