https://github.com/vadimdemedes/create-pastel-app
Generate a starter Pastel app
https://github.com/vadimdemedes/create-pastel-app
Last synced: 11 days ago
JSON representation
Generate a starter Pastel app
- Host: GitHub
- URL: https://github.com/vadimdemedes/create-pastel-app
- Owner: vadimdemedes
- License: mit
- Created: 2019-04-29T04:22:47.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T23:50:23.000Z (almost 2 years ago)
- Last Synced: 2025-05-06T12:39:56.165Z (18 days ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 82
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-github-repos - vadimdemedes/create-pastel-app - Generate a starter Pastel app (JavaScript)
README
# create-pastel-app [](https://github.com/vadimdemedes/create-pastel-app/actions)
> Generate a starter [Pastel](https://github.com/vadimdemedes/pastel) app
## Usage
This helper tool scaffolds out basic project structure for Pastel apps and lets you avoid the boilerplate and get to building beautiful CLIs in no time.
```bash
$ npx create-pastel-app ts-app
$ ts-app# Or create a JavaScript app
$ npx create-pastel-app --javascript js-app
$ js-app
```