Go to file
bayanxing c0cc6f4c60 void boolean bug repair
Signed-off-by: bayanxing <bayanxing@kaihongdigi.com>
2022-01-06 22:08:15 -08:00
napi_tool void boolean bug repair 2022-01-06 22:08:15 -08:00
README.en.md void boolean bug repair 2022-01-06 22:08:15 -08:00
README.md void boolean bug repair 2022-01-06 22:08:15 -08:00

assist_tools

Description

This warehouse is used to incubate the assist tools of openharmony system, so that developers can improve development efficiency.Currently NAPI framework code generation tool has been implemented, and the bootanimation tool is being planned.Other similar tools can be incubated in this warehouse.

Directory Structure

/assist_tools/
├── napi_tool            # NAPI framework code generation tool
│   ├── doc              # Current capability and version planning
│   ├── image            # image resource
│   ├── output           # Executable program and plug-in program corresponding to the tool
│   ├── code             # Source code of tool
│   └── README           # Instructions of tool
└──README 

Repositories Involved

no