Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@eternalheart/x-cli
Advanced tools
X-CLI 是一个用于创建标准项目的命令行工具。它提供了初始化、创建、移除、插件管理以及更新等功能。
npm install @eternalheart/x-cli -g
X-CLI 提供了以下命令:
x init
这个命令用于初始化 X-CLI 的依赖。
x new <projectName>
创建一个新的项目。
x create <type> <name> [-d <directory>]
创建新的组件、指令、管道、服务或文档。可选参数 -d
或 --directory
用于指定目录。
x remove <type> <name> [-d <directory>]
移除现有的组件、指令、管道、服务或文档。可选参数 -d
或 --directory
用于指定目录。
x plugin <install|uninstall|list> [pluginName]
通过添加、移除或列出来管理插件。
x update
更新 X-CLI 到最新稳定版本。
xi [packageName] [-D] [-g]
xu [packageName] [-g]
xi
用于安装或卸载项目的依赖,xu
用于卸载全局依赖。
xr [script]
运行指定的脚本。
x doc
查看x-cli的文档内容。
npm run build
npm run cli:publish
使用 commitlint 和 cz-conventional-changelog 来确保提交信息的规范性。
npm run commit
FAQs
A cli for project to create all needed.
The npm package @eternalheart/x-cli receives a total of 3 weekly downloads. As such, @eternalheart/x-cli popularity was classified as not popular.
We found that @eternalheart/x-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.