
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.
@bestwu/xx-cli
Advanced tools
A versatile CLI tool for scaffolding projects from various templates. Support for Vue TypeScript projects and TypeScript library development, with an extensible architecture for future templates.
npm install -g @bestwu/xx-cli
Interactive mode (recommended):
xx-cli create
Create a project with specific name:
xx-cli create my-project
Create a project with specific template:
xx-cli create my-project --template vue-ts
xx-cli create my-lib --template lib-ts
xx-cli list
vue-tslib-ts| Command | Description | Options |
|---|---|---|
create [project-name] | Create a new project | -t, --template <template> |
list | List all available templates | - |
npm install
npm run build
npm link
To add a new template, update the templates array in src/index.ts:
{
name: 'template-name',
description: 'Template description',
repository: 'https://github.com/xx-template/template-repo.git',
postCloneInstructions: [
'npm install',
'npm run start'
]
}
MIT
FAQs
CLI tool for scaffolding Vue TypeScript projects
We found that @bestwu/xx-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.