2.0.0 • Published 12 months ago

create-pastel-app v2.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
12 months ago

create-pastel-app test

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