New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ihaiu-code-fgui

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ihaiu-code-fgui

fairygui generate code tool

latest
npmnpm
Version
1.0.23
Version published
Weekly downloads
3
-70%
Maintainers
2
Weekly downloads
 
Created
Source

ihaiu-code-fgui

fgui 代码生成工具

一:安装

npm i -g ihaiu-code-fgui

更新

npm update -g ihaiu-code-fgui

二:命令介绍

1.帮助

ihaiu-code-fgui -h
Options:
  -v, --version                 output the version number
  -f, --fgui-project-path <in>  [必填] Fairygui工程根目录 (default: "../../fgui/")
  -o, --out-code-path <out>     [必填] 代码输出目录 (default: "../../client/src/FGUI")
  -l, --lang <lang>             [必填] 代码语言, 可以选[ts_layabox2mergejs, ts_layabox2merge, ts_layabox2] (default: "ts_layabox2mergejs")
  -t, --template-path <tp>      [选填] 代码模板目录

2.生成代码命令

ihaiu-code-fgui -f FairyguiProjectPath -o OutCodePath -l ts_layabox2

3.实例

ihaiu-code-fgui -f ../fgui -o ./src/FGUI  -l ts_layabox2

合并struct代码到一个js文件

ihaiu-code-fgui -f ../fgui -o ./src/FGUI  -l ts_layabox2mergejs

Keywords

ihaiu

FAQs

Package last updated on 14 Dec 2020

Did you know?

Socket

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.

Install

Related posts