Remembering all create to create an app is sucks.
Install one create to run every create.
npm i -g @rustyrush/the-create
thecreate --help
thecreate <directory/app/project name> --pm<package manager> --fw<framework/library>
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 .
- 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