
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
create-mor
Advanced tools
兼容性提示: mor 需要 Node.js 版本 >=12.0.0.
通过 NPM:
$ npm init mor@latest
通过 Yarn:
$ yarn create mor
通过 PNPM:
$ pnpm create mor
然后根据命令行提示并选择!
另外, 你可以通过命令行选项直接指定项目名称或模版,例如:
# npm 6.x
npm init mor@latest my-mini-app --template wechat
# npm 7+, extra double-dash is needed:
npm init mor@latest my-mini-app -- --template wechat
# yarn
yarn create mor my-mini-app --template miniprogram-wechat-js
# pnpm
pnpm create mor my-mini-app -- --template miniprogram-wechat-js
当前支持的模版有:
miniprogram-alipay-js
miniprogram-alipay-js-less
miniprogram-alipay-js-sass
miniprogram-alipay-ts-less
miniprogram-alipay-ts-sass
miniprogram-wechat-js
miniprogram-wechat-js-less
miniprogram-wechat-js-sass
miniprogram-wechat-ts-less
miniprogram-wechat-ts-sass
FAQs
## 生成你的第一个 Mor 项目
The npm package create-mor receives a total of 4 weekly downloads. As such, create-mor popularity was classified as not popular.
We found that create-mor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.