npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

create-pastel-app

2.0.0

@vdemedes

npmHomeRepoSnykSocket
Downloads:32
$ npm install create-pastel-app
DailyWeeklyMonthlyYearly

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