Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
一个简单而强大的项目脚手架工具,帮助你快速创建项目模板和启动本地开发服务器。
# 全局安装
npm install -g ying-cli
# 或者使用 yarn
yarn global add ying-cli
ying-cli create <project-name>
project-name
: 项目名称(必填)-f, --force
: 如果目标目录已存在,强制覆盖# 创建新项目
ying-cli create my-project
# 强制覆盖已存在的项目
ying-cli create my-project -f
ying-cli server [directory]
directory
: 要服务的目录(可选,默认为当前目录)-p, --port
: 指定端口号(默认:8080)-o, --open
: 自动打开浏览器# 在当前目录启动服务器
ying-cli server
# 指定端口和目录
ying-cli server ./dist -p 3000
# 启动服务器并自动打开浏览器
ying-cli server -o
目前支持以下项目模板:
ying-cli/
├── bin/ # CLI 入口文件
├── src/ # 源代码
│ ├── config/ # 配置文件
│ └── scripts/ # 脚本文件
└── templates/ # 项目模板
# 克隆项目
git clone <repository-url>
# 安装依赖
npm install
# 链接到全局
npm link
ISC
yinjiajun
FAQs
The npm package ying-cli receives a total of 0 weekly downloads. As such, ying-cli popularity was classified as not popular.
We found that ying-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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.