1.0.20 • Published 4 years ago

@meta-adapter/engine-adapter-cli v1.0.20

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@meta-adapter/engine-adapter-cli

用于快速给游戏引擎添加所需 一键适配插件 的 cli 工具。 (目前暂时只支持 CocosCreator

安装

  $ npm i @meta-adapter/engine-adapter-cli -g

用法

  $ meta-adapter [options] [command]
  $ meta-adapter i [options] # 安装Cocos 插件
  $ meta-adapter info # 列出当前cli信息、当前包内 Cocos 插件信息、当前已在 CocosCreator 中生效的插件信息

Options

  • -v, --version

  • output the cli version

  • -f, --force

  • force (un)install extension

  • -p, --project-only

  • only (un)install extension for current project

  • -h, --help

  • display help for command

Commands:

  • install | i -s, --soft

  • install extension for Cocos(by default)

  • uninstall | un

  • uninstall extension from specified scope(global or project-only)

  • info | print

  • list cli info, cli dependencies info and installed plugins info.

  • help [command]

  • display help for command