Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadimdemedes/create-pastel-app
Generate a starter Pastel app
https://github.com/vadimdemedes/create-pastel-app
Last synced: 4 months 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T23:50:23.000Z (over 1 year ago)
- Last Synced: 2024-04-15T12:13:35.074Z (10 months ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 78
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
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 [![test](https://github.com/vadimdemedes/create-pastel-app/workflows/test/badge.svg)](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
```