Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```