
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源。
Windows系统安装
$ npm install yliang-cli -g
Mac下安装
$ sudo npm install yliang-cli -g
$ yl
# 指定项目名字创建项目
$ yl create 模板名<template-name> 项目名字<project-name>
# 在当前目录创建项目(注意后面加上'.')
$ yl create 模板名<template-name> .
$ yl list
$ yl add 模板名<template-name> 模板仓库地址只需要写内网的模板包名字<template-repo-name>
$ yl delete 模板名<template-name>
执行pkg下的脚本
npm run release
然后执行
npm publish
更新dcWebpack为最新版本
安装脚手架yliang-cli
# Windows系统安装
npm install yliang-cli -g
# Mac下安装
$ sudo npm install yliang-cli -g
在你的项目根目录下执行
$ yl vue-lint
执行成功后, 建议切换回淘宝源安装新增加的依赖
npm install
建议统一使用编辑器VSCode, 并自行配置辅助插件如eslint, stylelint, prettiter, Document This等
FAQs
a CLI for scaffolding
We found that yliang-cli 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.