
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.
npm create glosc-cli@latest
也支持直接传入项目名:
npm create glosc-cli@latest <your-project-name>
Project name: <your-project-name>
Description: A brief description of your project
Author: Your Name
Use Language: Python / TypeScript
Main File Name: main.py / index.ts
Readme: Y / N
License: MIT
<your-project-name>/
├── src/ # 源代码目录
│ ├── main.py # 主程序文件 (Python)
│ ├── pyproject.toml # 项目配置
│ └── requirements.txt # 依赖文件
├── config.yml # 配置文件
├── README.md # 项目说明文件
└── LICENSE # 许可证文件
<your-project-name>/
├── src/ # 源代码目录
│ ├── index.ts # 主程序文件 (TypeScript)
│ └── package.json # 依赖文件
├── config.yml # 配置文件
├── README.md # 项目说明文件
└── LICENSE # 许可证文件
npm install
npm run build
node bin/index.js
非交互模式(方便 CI/自测,不会卡在交互输入):
node bin/index.js my-app --defaults --language python
node bin/index.js my-app --defaults --language typescript
FAQs
Scaffold Glosc projects (Python/TypeScript/JavaScript) via npm create
We found that glosc 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.