
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.
create-app-setup
Advanced tools
A CLI tool to quickly set up frontend & backend projects with various frameworks.
A CLI tool to quickly set up frontend & backend projects with various frameworks.
create-app-setup simplifies the process of setting up new projects by providing an easy-to-use command-line interface that can create project templates with a variety of frameworks and configurations.
You can install create-app-setup globally using npm or yarn:
npm install -g create-app-setup
Or use it directly without installing globally:
npx create-app-setup
Once installed, you can use create-app-setup to initialize a new project. The CLI will guide you through various configuration options to set up your project.
create-app-setup my-project
This command will start the setup for a new project called my-project. The tool will prompt you to choose frameworks, languages, package managers, and more.
Once the setup is complete, create-app-setup will create a project directory and install the necessary dependencies based on your selections.
create-app-setup <project-name>Starts the setup for a new project. It will prompt you for options and then generate the project files.
Example:
create-app-setup my-nextjs-app
This command will create a my-nextjs-app directory and start the setup process.
npm linkIf you are working on the development version of create-app-setup, you can link it to your local npm setup for testing.
npm run link-cli
npm run buildBuild the project (TypeScript compilation, etc.).
npm run build
If you want to contribute or develop the tool locally, follow these steps:
Clone the repository:
git clone https://github.com/Akshaythakur766/create-app-setup.git
Install dependencies:
npm install
Build the project:
npm run build
Link the project for local development:
npm run link-cli
Run the tool locally:
npx create-app-setup my-local-project
MIT License. See LICENSE for details.
FAQs
A CLI tool to quickly set up frontend & backend projects with various frameworks.
We found that create-app-setup 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.