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.
m-fe-cli-tool
Advanced tools
项目基于墨焰的 @irim/cli-base
提供的命令行基础能力之上开发。强烈大家去 start 和 follow 墨焰
墨焰个人空间:https://github.com/huarse
前端基础工具 node cli, 所有插件均以 m-fe-plugin-
开头
$ npm install -g m-fe-cli-tool
如果提示没有权限,请尝试以下两种方法:
sudo chown -R <用户名> /usr/local
sudo npm install -g m-fe-cli-tool
安装fe pluginName
直接运行插件,如果插件不存在,自动安装m-fe-plugin-xx
开头的包
$ fe plugin ls
显示本地所有已安装插件$ fe plugin del xxx
删除指定插件$ fe plugin update xxx
更新指定的插件$ fe plugin install xxx
安装指定的插件$ fe init
从默认的模板中初始化工程(有二次交互)$ fe init xxx
以 fe-base/template-xxx 项目作为模板初始化工程$ fe init aaa/bbb
以 aaa/bbb 项目作为模板初始化工程$ fe init --git=https://github.com/aaa/bbb.git
直接从一个 GIT 工程作为模板初始化工程FAQs
Base FE command line tool
The npm package m-fe-cli-tool receives a total of 2 weekly downloads. As such, m-fe-cli-tool popularity was classified as not popular.
We found that m-fe-cli-tool 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.