create-swc-app
v0.0.1
Published
A CLI tool to help boostraps various applications with all things swc.
Maintainers
Readme
Create SWC App
A quick CLI tool to get you up and running with the blazing fast swc compiler.
Current supported Apps
- React
- Vue (WIP)
- React Typescript
- Vue Typescript (WIP)
How to run?
npx create-swc-app --template=react-ts outDirIf 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