Skip to main content
Home

It's a react project starter it is like nextjs and remix but on client side, it has the file based routing like nextjs and data fetching like remix and it has bundle time optimizations for images and code splitting

This package works with Node.js, Bun
This package works with Node.js
This package works with Bun
JSR Score
70%
Published
a year ago (0.1.0)

Project Generator

The Project Generator is a command-line tool that allows you to quickly generate project structures based on predefined templates. It provides an interactive interface to choose a template, specify a project name, and customize various options. The tool creates a new project directory with the chosen template, replaces placeholders with the project name, installs dependencies (optional), and initializes Git (optional).

Installation

npm i -g create-remixer

Usage

create-remixer

Contributing

Contributions are welcome! For bug reports or requests please [submit an issue]

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

pnpm i jsr:@mehfoozurrehman/remixer
or (using pnpm 10.8 or older)
pnpm dlx jsr add @mehfoozurrehman/remixer

Import symbol

import * as remixer from "@mehfoozurrehman/remixer";

Add Package

yarn add jsr:@mehfoozurrehman/remixer
or (using Yarn 4.8 or older)
yarn dlx jsr add @mehfoozurrehman/remixer

Import symbol

import * as remixer from "@mehfoozurrehman/remixer";

Add Package

npx jsr add @mehfoozurrehman/remixer

Import symbol

import * as remixer from "@mehfoozurrehman/remixer";

Add Package

bunx jsr add @mehfoozurrehman/remixer

Import symbol

import * as remixer from "@mehfoozurrehman/remixer";