@mehfoozurrehman/remixer@0.1.0
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
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]
Add Package
pnpm i jsr:@mehfoozurrehman/remixer
pnpm dlx jsr add @mehfoozurrehman/remixer
Import symbol
import * as remixer from "@mehfoozurrehman/remixer";
Add Package
yarn add jsr:@mehfoozurrehman/remixer
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";