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
- Host: GitHub
- URL: https://github.com/theneuronproject/create-ef-app
- Owner: TheNeuronProject
- License: mit
- Created: 2021-02-20T19:51:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T16:20:48.000Z (over 2 years ago)
- Last Synced: 2025-03-24T11:12:30.855Z (11 months ago)
- Language: JavaScript
- Size: 310 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.