0.0.1 • Published 3 years ago

create-swc-app v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Create SWC App

A quick CLI tool to get you up and running with the blazing fast swc compiler.

Current supported Apps

  1. React
  2. Vue (WIP)
  3. React Typescript
  4. Vue Typescript (WIP)

How to run?

npx create-swc-app --template=react-ts outDir

If you just run npx create-swc-app it will default to react typescript and create a folder called my-app

Available Templates

React = react
React TS = react-ts