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

https://github.com/theneuronproject/create-ef-app

Create ef.js apps
https://github.com/theneuronproject/create-ef-app

Last synced: 11 months ago
JSON representation

Create ef.js apps

Awesome Lists containing this project

README

          

# Create ef App

Create ef.js apps

> created by [create-initializer](https://github.com/ClassicOldSong/create-initializer/blob/master/README.md).

## Usage

```bash
npm init ef-app -- --template
```

or just

```bash
npm init ef-app
```

and then choose your desired template.

## Templates

Current available templates:

- `rollup`
- `vite`

PRs are welcome.