Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
org-scaffold
Advanced tools
此项目乃固守组织易前端组快速创建项目工具
npm install org-scaffold@latest -g
命令参数格式:
[xxx] // 可选参数
<xxx> // 必填参数
org git <key>
org create <configPath>
create config 模版
module.exports = {
key: '', // 当前项目的key
project: '', // 首页左上角显示文案
title: '', // 用于网站 title
company: '', // 公司 简称
character: '', // 零工(以前叫name)
groupName: '', // 组称呼( 部门)
addCharName: '', // 添加群员的称呼
footer: '', // 页脚
modifyVars: { // 主题配置
...
},
};
org run <命令|configPath>
run config 模版
module.exports = {
keys: [
... // 需要批处理项目的key(会在当前目录下寻找符合规则的文件)
],
params: [
'install',
'build:dll',
... //需要批处理的命令
],
target: 'npm', // 指定处理程序
};
FAQs
The npm package org-scaffold receives a total of 6 weekly downloads. As such, org-scaffold popularity was classified as not popular.
We found that org-scaffold 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.