https://github.com/webeetle/create-app
Create App by Webeetle
https://github.com/webeetle/create-app
Last synced: 9 months ago
JSON representation
Create App by Webeetle
- Host: GitHub
- URL: https://github.com/webeetle/create-app
- Owner: webeetle
- Created: 2021-06-01T08:47:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T15:06:05.000Z (about 5 years ago)
- Last Synced: 2025-01-14T02:28:21.193Z (over 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @webeetle/create-app
Scaffolding for WeBeetle Projects
> **Compatibility Note:**
> Some projects requires [Node.js](https://nodejs.org/en/) version >=12.0.0.
With NPM:
```bash
npm init @webeetle/app
```
With Yarn:
```bash
yarn create @webeetle/app
```