dashme
Version:
Reusable CLI to bootstrap Initiadev dashboard apps
30 lines (20 loc) • 296 B
Markdown
# Create DashMe
## Usage
```bash
npx dashme <app_name>
```
```bash
cd project_name
```
```bash
npm install
```
```bash
npm run dev
```
## Next Auth
Set up Next-Auth authentication
```bash
Coming soon!
```
See https://github.com/uetchy/create-create-app#template for the further details.