
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-mkstack
Advanced tools
A simple utility to create a new project based on the mkstack template.
You can run it directly with npx:
# Interactive mode (prompts for directory name)
npm create mkstack
# or
npx create-mkstack
# Non-interactive mode (specify directory name as an argument)
npm create mkstack my-project
# or
npx create-mkstack my-project
# Non-interactive mode with automatic overwrite
npm create mkstack my-project -y
# or
npx create-mkstack my-project --yes
This utility:
You can use the following options:
Directory Name - Provide the project directory as a command line argument:
npx create-mkstack my-project
-y or --yes Flag - Skip confirmation when overwriting an existing directory:
# Skip confirmation for directory overwrite
npx create-mkstack my-project -y
# or
npx create-mkstack my-project --yes
If no directory argument is provided, you'll be prompted for:
Node.js 14.0.0 or newer
Git is optional - the utility will initialize a git repository if git is available on your system, but will work without it.
MIT
FAQs
Create a new project based on the mkstack template
We found that create-mkstack 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.