New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

multi-framework-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-framework-cli

CLI pour générer des projets Angular, React et Vue.js

latest
Source
npmnpm
Version
1.0.7
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

🛠️ Multi Framework CLI

A simple and powerful command-line tool to generate new projects for multiple frameworks such as Angular, React, and Vue.js — all from one place!

🚀 Features

  • ⚙️ Generate new projects with Angular, React, or Vue.
  • 📦 Automatically configure framework-specific settings.
  • 🌍 Cross-platform support (Windows, macOS, Linux).
  • 🔧 Works with Node.js (v18+ recommended).

📦 Installation

You can install the CLI globally from either npm or GitHub Packages.

From npmjs.org

npm install -g multi-framework-cli

⚡ Usage After installation, use the command mfc (short for Multi Framework CLI) to create a new project.

multi-framework-cli
Choose a framework: (Use arrow keys)?
> Angular
  React
  Vue.js

Project name: my-new-app?

Once selected, the CLI will automatically:

Create the project folder.

Run the framework’s project generator.

Initialize git and install dependencies.

🧩 Example

multi-framework-cli

✅ Enter project name → react-demo ✅ Wait a few seconds...

🎉 Done! Your project is ready inside react-demo/

⚙️ Development

To run the CLI locally (for testing or contributing):

git clone https://github.com/MyAngularApps/multi-framework-cli.git
cd multi-framework-cli
npm install
npm run build
node dist/index.js

🧱 Project Structure

multi-framework-cli/
├── src/
│   └── index.ts          # Main CLI logic
├── dist/                 # Compiled JavaScript files
├── package.json
├── tsconfig.json
├── LICENSE
└── README.md

🧩 Publish your own version To publish to npmjs.org:

npm login
npm publish --access public

To publish to GitHub Packages:

npm login --registry=https://npm.pkg.github.com
npm publish

🤝 Contributing

Contributions are welcome! Please fork the repository and create a pull request.

📜 License

This project is licensed under the MIT License

💬 Author

Abdelwaheb AMMAR

Keywords

framework-cli

FAQs

Package last updated on 27 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts