Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uncenter/create-eleventy-app

🛠️ An easy-to-use CLI tool to quickly create a fresh Eleventy project.
https://github.com/uncenter/create-eleventy-app

cli eleventy

Last synced: 13 days ago
JSON representation

🛠️ An easy-to-use CLI tool to quickly create a fresh Eleventy project.

Awesome Lists containing this project

README

        

# create-eleventy-app

A simple CLI for creating an Eleventy project in seconds.

## Usage

```sh
npx create-eleventy-app@latest
pnpm dlx create-eleventy-app@latest
bunx create-eleventy-app@latest
```

### Options

#### `--silent`, `-s`

Silence the output of the CLI.

#### `--verbose`, `-v`

Show verbose output of the CLI.

#### `--install `, `-i `

Specify the package manager to use for installing dependencies. Defaults to the auto-detected package manager used for running `create-eleventy-app` or `npm`, but can be set to `yarn`, `pnpm`, `bun`, or `npm`.

#### `--set `, `-e `

Set the version of Eleventy to install.

## Credits

Thanks to [Brett Jankord's `create-eleventy-site`](https://github.com/bjankord/create-eleventy-site) for the design of the start page.

## License

[MIT](./LICENSE)