https://github.com/huxinfeng/gc-devtools
GameCreatorJS 开发工具
https://github.com/huxinfeng/gc-devtools
canvas-devtools devtools gamecreatorjs gc gc-devtools
Last synced: 3 months ago
JSON representation
GameCreatorJS 开发工具
- Host: GitHub
- URL: https://github.com/huxinfeng/gc-devtools
- Owner: huxinfeng
- License: mit
- Created: 2023-07-05T03:15:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T15:25:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T13:15:37.327Z (4 months ago)
- Topics: canvas-devtools, devtools, gamecreatorjs, gc, gc-devtools
- Language: TypeScript
- Homepage: https://gc.js.org
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gc-devtools
[](https://npmjs.org/package/gc-devtools)
[](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