Awesome
create-pastel-app
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