Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morinokami/astro-post-create
https://github.com/morinokami/astro-post-create
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/morinokami/astro-post-create
- Owner: morinokami
- License: mit
- Created: 2023-07-31T14:23:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-13T01:59:07.000Z (over 1 year ago)
- Last Synced: 2024-12-08T06:04:17.965Z (20 days ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# astro-post-create
Astro does not come with additional tools such as ESLint during the initial project creation process, leaving it up to users to install them manually. `astro-post-create` is a tool that enables an easy installation of these additional tools. At the moment, it supports ESLint and Prettier.
## Usage
To use `astro-post-create`, create a new Astro project using the following command:
```sh
npm create astro@latest
```Next, navigate to the newly created project directory and run the following command:
```sh
npx astro-post-create
```![astro-post-create-demo](.github/assets/screen-recording.gif)