create-pastel-app [](https://github.com/vadimdemedes/create-pastel-app/actions)
May 24, 2023 ยท View on GitHub
Generate a starter 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.
$ npx create-pastel-app ts-app
$ ts-app
# Or create a JavaScript app
$ npx create-pastel-app --javascript js-app
$ js-app