1.0.10 • Published 9 months ago
@rustyrush/the-create v1.0.10
The Create
One create to rule them all
Remembering all create to create an app is sucks.
Install one create to run every create.
Install
npm i -g @rustyrush/the-create
Help
thecreate --help
Usage
thecreate <directory/app/project name> --pm<package manager> --fw<framework/library>
Example
Creating Vite based project with Bun
thecreate my-app --pm=bun --fw=vite
# OR
the-create my-app --pm bun --fw vite
# OR
thecreate --fw=vite
# RustyRush creating your app...
cd my-app
# manually install dependencies
bun i
# open your code editor
vim .
Supported Framework/Library
- Analog:
--fw=analog
- Astro:
--fw=astro
- Epic:
--fw=epic
- Next:
--fw=next
- Nuxt:
--fw=nuxt
- One:
--fw=one
- Preact:
--fw=preact
- Qwik:
--fw=qwik
- ReactNative:
--fw=reactnative
- Redwood:
--fw=redwood
- Remix:
--fw=remix
- SolidStart:
--fw=solidstart
- SvelteKit:
--fw=sveltekit
- Umi:
--fw=umi
- Vite:
--fw=vite
- Waku:
--fw=waku