
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
multi-framework-cli
Advanced tools
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!
You can install the CLI globally from either npm or GitHub Packages.
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
FAQs
CLI pour générer des projets Angular, React et Vue.js
The npm package multi-framework-cli receives a total of 2 weekly downloads. As such, multi-framework-cli popularity was classified as not popular.
We found that multi-framework-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.