create-remixv2
v1.0.17
Published
Still want to use remix-run, but can't since they took it offline? Use this instead:
Downloads
54
Readme
create-remixv2
Still want to use remix-run, but can't since they took it offline? Use this instead:
Updated: The links for remix classic compiler flavours were broken. Fixed implemented and tested successfully. :D
npx create-remixv2Same remix, just a different builder to create your app. Builder lets you choose pkg mgr and template. Along with remix-runs official templates, included are the top 30 most popular stacks that you can choose from within the builder. Don't see a stack you want to use? That's fine, use whatever stack you want and call it in the parameters, just like how it was before.
Usage:
$ npx create-remixv2 <projectDir> <...options>
$ npx create-remixv2 --stack 8an3/bane --package-manager pnpm --name remix-stack
Values:
projectDir The Remix project directory
Options:
--help, -h Print this help message and exit
--version, -V Print the CLI version and exit
--stack, -s The stack to use, format - owner/repo
--no-install Whether or not to install dependencies after creation
--package-manager -p The package manager to use
--yes, -y Skip all option prompts and run setup
example npx create-remixv2 -s 8an3/bane -p pnpm -n remix-stack2Examples:
npx create-remixv2 --stack 8an3/bane --package-manager pnpm --name remix-stack
npx create-remixv2 -s 8an3/bane -p pnpm -n remix-stack2
npx create-remixv2 -s 8an3/bane --no-install -n remix-stack2The installer has a few flavours to choose from at run time. Listed below are the ones you can install via create-remixv2
- Remix Tutorial
- Default (TypeScript)
- JavaScript
- Express Server
- Cloudflare Workers
- Cloudflare Pages
- Single Page App
- Classic Remix Compiler
- Classic Remix Compiler Arc
- Classic Remix Compiler Cloudflare Pages
- Classic Remix Compiler Cloudflare Workers
- Classic Remix Compiler Deno
- Classic Remix Compiler Fly
- Classic Remix Compiler Remix Javascript
- 8an3/bane
- Vercel
- Netlify
- Epic Stack
- Indie Stack
- Grunge Stack
- KCD Stack
- Tailwind CSS
- shadcn/ui
- Chakra UI
- Remix Auth
- SuperTokens
- Prisma ORM
- Drizzle ORM
- MongoDB
- Sanity CMS
- Contentful
- PWA Starter
- i18n Internationalization
- Socket.IO
- Vitest
- Deno Runtime
- Cypress
- Bun Runtime
- Rust (WASM)
At the time of coding these projects were still up and available on github. With saying that, I have seen some stacks already being removed due to remix shutting down. I have enough on my plate as it is, so I'm checking and running scripts everyday to ensure they are still up. If one of the items stops working after this point, its probably due to the author taking it down.
