
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.