An open API service indexing awesome lists of open source software.

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 开发工具

Awesome Lists containing this project

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