# create-panda-app

> Create a new Panda application

Latest version **0.1.2** (published 2022-12-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-panda-app
pnpm add create-panda-app
yarn add create-panda-app
bun add create-panda-app
```

Provides the command `create-panda-app`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2022-12-15 |
| First published | 2022-12-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 14.0.0 |
| Dependencies | 5 |
| Unpacked size | 303.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Adam T. Puzio |
| Maintainers | puzio |

## Links

- npm: https://www.npmjs.com/package/create-panda-app
- npm.io page: https://npm.io/package/create-panda-app

## Dependencies (5)

- [panda](https://npm.io/package/panda.md) ^0.6.3
- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [vinyl-fs](https://npm.io/package/vinyl-fs.md) ^3.0.3
- [map-stream](https://npm.io/package/map-stream.md) ^0.0.7
- [vinyl-contents](https://npm.io/package/vinyl-contents.md) ^2.0.0

## Recent versions

- 0.1.2 (latest) — 2022-12-15
- 0.1.1 — 2022-12-15
- 0.1.0 — 2022-12-15

## README

# Create Panda App

Create a new Panda application with one command

## Quick Start

Creating a new Panda app with `create-panda-app` is super easy:

```bash
npx create-panda-app new-app
cd new-app
npm start
```

Then open [http://localhost:5000](http://localhost:5000) to see your app. 

## Requirements

- Node v14 or later

That's it. 

## Documentation

- [Panda Docs](https://adampuzio.github.io/panda-docs/)

## ToDo

So much to do...

- [ ] Swap `basic` scaffold to `kitchen-sink` and create a more stripped down, simple version of `basic` 
- [ ] Clean up UI of `basic` scaffold and add more comments into routes, views and services
- [ ] Add `README.md` file to project scaffolds
- [ ] Update documentation provided in new apps to better reflect need-to-know info
- [ ] Update this README to include more info on how `create-panda-app` works and its flags & configuration
- [ ] Add new scaffold(s) for other base app types (React, Lit, etc)
- [ ] Tie build process into existing scaffolds
- [ ] Build in live-updating of content
- [ ] Update `--interactive` flag to run list of input questions

---
_Source: https://npm.io/package/create-panda-app · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
