
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.
@templ-project/create-node
Advanced tools
Create Node modules with ease!
@templ-project/create-nodeis a CLI tool designed to bootstrap Node.js projects with best practices in mind. It supports both JavaScript and TypeScript, along with a variety of build tools, testing frameworks, package managers, and quality tools to suit your development needs.
This tool is meant to be run with npx, so there's no need for a global installation. Simply run the following command to start creating your Node module:
npx @templ-project/create-node <projectPath>
After installation, you can create a new Node module by specifying the project path and customizing your setup with various options:
npx @templ-project/create-node [options] <projectPath>
npx @templ-project/create-node --help
Usage: create-node [options] <projectPath>
Arguments:
projectPath Project Path
Options:
-l, --language <language> Programming Language to use: js, ts (default: "ts")
-t, --targets <targets...> Module's target: browser, bun, deno, node-cjs, node-esm or all (default: "all")
--package-manager <packageManger> Package Manager to use: npm, pnpm, yarn (default: "npm")
--test-framework <testFramework> Testing Framework to use: ava, deno, mocha, jasmine, jest, vitest (default: "jest")
--quality-tools <qualityTools...> Quality Tools to use: eslint, oxlint, prettier, jscpd, dependency-cruiser, license-checker, audit or all (default: "all")
--build-tool <buildTool> Build Tool to use: esbuild, rollup, swc
-h, --help display help for command
Create a TypeScript project with Jest for testing, ESLint and Prettier for code quality, using npm as the package manager:
npx @templ-project/create-node -l ts --test-framework jest --quality-tools eslint prettier --package-manager npm my-awesome-project
Contributions are welcome! If you'd like to help improve @templ-project/create-node, please fork the repository and submit a pull request.
This project is licensed under MIT License. See the LICENSE file for more details.
FAQs
Create Node.js Module
We found that @templ-project/create-node demonstrated a not healthy version release cadence and project activity because the last version was released 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.