Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morinokami/astro-post-create


https://github.com/morinokami/astro-post-create

Last synced: 15 days ago
JSON representation

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)