npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

create-multistack

v0.1.1

Published

CLI interactif pour scaffolder des projets multi-frameworks (React, Next.js, Vue, Angular, Svelte, Astro) avec TypeScript, Tailwind, ESLint, Prettier, Vitest et plus.

Downloads

33

Readme

⚡ create-multistack

CLI de scaffolding multi-framework pour générer des projets prêts à l'emploi en quelques secondes.

npm version Node.js License: MIT PRs Welcome


🚀 Utilisation

npm create multistack@latest
# ou
npx create-multistack@latest
# ou
pnpm create multistack@latest

Aucune installation globale requise. La commande télécharge et exécute la dernière version automatiquement.


✨ Fonctionnalités

  • 🧱 6 frameworks supportés — React, Next.js, Vue, Angular, Svelte, Astro
  • 🔀 Variantes — Vite, App Router / Pages Router, SvelteKit, Nuxt, CRA...
  • 🔷 TypeScript — au choix, pour tous les frameworks
  • 🎨 Tailwind CSS — intégration automatique
  • 🔍 ESLint + Prettier — configuration flat config (v9+)
  • 🐶 Husky + lint-staged — git hooks prêts à l'emploi
  • 🧪 Vitest — tests unitaires configurés avec exemples
  • 📦 Gestion d'état — Zustand, Redux Toolkit, Pinia, Vuex, NgRx, Jotai, Nanostores
  • 📦 4 package managers — npm, pnpm, yarn, bun
  • 📄 Fichiers communs.editorconfig, .gitignore, README, LICENSE, GitHub Actions CI, Dockerfile, .vscode/
  • 🐙 Git init — premier commit automatique
  • ⚙️ Mode 100% interactif — aucun flag à mémoriser

📋 Déroulement interactif

  create-multistack   CLI de scaffolding multi-framework

  Générez un projet React, Next.js, Vue, Angular, Svelte ou Astro en quelques secondes.

┌  🚀 Bienvenue dans create-multistack
│
◇  📁 Quel est le nom de votre projet ?
│  mon-super-projet
│
◇  🧱 Quel framework souhaitez-vous utiliser ?
│  💚 Vue — Interfaces progressives, applications légères
│
◇  ⚙️  Quelle variante de Vue ?
│  Vue 3 + Vite — Recommandé pour Vue 3
│
◇  🔌 Quels add-ons souhaitez-vous inclure ?
│  TypeScript, Tailwind CSS, ESLint, Prettier
│
◇  📦 Quelle librairie de gestion d'état ?
│  🍍 Pinia — Officiel Vue 3
│
◇  📄 Quels fichiers communs ajouter au projet ?
│  .editorconfig, .gitignore, README.md, LICENSE
│
◇  📦 Quel gestionnaire de paquets ?
│  ⚡ pnpm
│
◇  🐙 Initialiser un dépôt Git ?
│  Yes
│
◇  ⚡ Installer les dépendances maintenant ?
│  Yes
│
│  📋 Récapitulatif ──────────────────────────────
│  Projet     → mon-super-projet
│  Framework  → 💚 Vue  (Vue 3 + Vite)
│  Add-ons    → typescript, tailwind, eslint, prettier
│  État       → pinia
│  Pkg Mgr    → pnpm
│  Git        → ✅ oui
│  ─────────────────────────────────────────────
│
◇  ✅ Tout est correct ? Lancer la génération ?
│  Yes
│
◇  ✔ Prérequis vérifiés
◇  ✔ Dossier créé
◇  ✔ Projet vue-vite généré
◇  ✔ Fichiers communs ajoutés (4)
◇  ✔ Tailwind CSS configuré
◇  ✔ ESLint configuré
◇  ✔ Prettier configuré
◇  ✔ Pinia installé
◇  ✔ Dépendances installées avec pnpm
◇  ✔ Dépôt Git initialisé — premier commit créé
│
└  🎉 Projet créé avec succès !

  Prochaines étapes :
  cd mon-super-projet
  pnpm dev

🧱 Frameworks & variantes supportés

| Framework | Variantes | Description | |---|---|---| | ⚛️ React | React + Vite, React + CRA | SPA, Dashboard, Back-office | | ▲ Next.js | App Router, Pages Router | Full-stack, SSR, SEO-friendly | | 💚 Vue | Vue 3 + Vite, Nuxt 3 | Interfaces progressives | | 🔴 Angular | Angular CLI | Applications d'entreprise | | 🧡 Svelte | Svelte + Vite, SvelteKit | Applications ultra-performantes | | 🚀 Astro | Astro minimal | Sites statiques, MPA |

📦 Librairies de gestion d'état supportées

| Framework | Options | |---|---| | React / Next.js | Zustand, Redux Toolkit, Jotai | | Vue / Nuxt | Pinia, Vuex | | Angular | NgRx | | Svelte | Svelte Stores natifs | | Astro | Nanostores |


🛠️ Prérequis

  • Node.js >= 18.0.0
  • npm, pnpm, yarn ou bun
  • Git (optionnel, pour l'init automatique)

🏗️ Structure du dépôt

create-multistack/
├── bin/
│   └── index.js               # Point d'entrée binaire npm
├── src/
│   ├── cli.js                 # Interface interactive (Clack)
│   ├── constants.js           # Configuration frameworks/add-ons
│   ├── scaffolder.js          # Moteur de génération
│   └── utils/
│       ├── runner.js          # Wrapper execa (commandes système)
│       ├── files.js           # Utilitaires fichiers (fs-extra)
│       ├── addons.js          # Injection des add-ons
│       └── git.js             # Opérations Git
├── shared/                    # Fichiers communs copiés dans les projets
│   ├── .editorconfig
│   ├── .gitignore
│   ├── LICENSE
│   ├── README.md
│   ├── Dockerfile
│   ├── .github/workflows/ci.yml
│   └── .vscode/settings.json
└── templates/                 # Templates personnalisés (optionnel)
    ├── react-vite/
    ├── nextjs-app/
    └── ...

🔌 Ajouter un nouveau framework

  1. Ajouter l'entrée dans src/constants.js :
// Dans FRAMEWORKS :
{
  value: 'solid',
  label: '🟦 Solid',
  hint: 'Réactivité fine, ultra performant',
  variants: [
    { value: 'solid-vite', label: 'Solid + Vite', hint: 'Setup recommandé' },
  ],
},

// Dans STATE_MANAGEMENT :
solid: [
  { value: 'none', label: 'Aucun', hint: 'Signal natif Solid' },
],
  1. Ajouter la commande dans src/scaffolder.js (dans getFrameworkCommand) :
'solid-vite': {
  cmd: 'npm',
  args: ['create', 'vite@latest', '.', '--', '--template', ts ? 'solid-ts' : 'solid'],
},
  1. C'est tout. Le CLI détectera automatiquement le nouveau framework.

Pour des setups plus complexes, créez un dossier templates/solid-vite/ avec vos fichiers — ils seront copiés après le scaffolding officiel.


🤝 Contribution

Les contributions sont les bienvenues !

git clone https://github.com/bibalaye/create-multistack
cd create-multistack
npm install
node bin/index.js

📄 Licence

MIT — Fait avec ❤️ par la communauté.