# gc-devtools **Repository Path**: huxinfeng/gc-devtools ## Basic Information - **Project Name**: gc-devtools - **Description**: GameCreatorJS 开发工具 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: https://gc.js.org - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-05 - **Last Updated**: 2023-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gc-devtools [![NPM version](https://img.shields.io/npm/v/gc-devtools.svg?style=flat)](https://npmjs.org/package/gc-devtools) [![NPM downloads](http://img.shields.io/npm/dm/gc-devtools.svg?style=flat)](https://npmjs.org/package/gc-devtools) GameCreatorJS 开发工具 ## Usage TODO ## Options TODO ## Development ```bash # install dependencies $ npm install # develop library by docs demo $ npm start # build library source code $ npm run build # build library source code in watch mode $ npm run build:watch # build docs $ npm run docs:build # check your project for potential problems $ npm run doctor ``` ## LICENSE MIT