https://github.com/mfdeveloper/generator-construct2
This is a yeoman scaffold to create plugins/behaviors for Construct2 game engine
https://github.com/mfdeveloper/generator-construct2
Last synced: 10 days ago
JSON representation
This is a yeoman scaffold to create plugins/behaviors for Construct2 game engine
- Host: GitHub
- URL: https://github.com/mfdeveloper/generator-construct2
- Owner: mfdeveloper
- Created: 2016-05-06T14:27:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T14:01:27.000Z (about 10 years ago)
- Last Synced: 2026-07-06T05:34:39.485Z (10 days ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-construct2 [](https://travis-ci.org/mfdeveloper/generator-construct2) [](https://coveralls.io/github/mfdeveloper/generator-construct2?branch=master)
> Yeoman generator generating a Construct2 game engine plugins/behaviors
## Getting started
- Clone this repo: `git clone git@github.com:mfdeveloper/generator-construct2.git`
- Into the cloned directory, link this generator to global _node_modules_:
```shell
cd generator-construct2
npm link
```
> **Obs:** Needs install `node` and `npm`. Use [nvm](https://github.com/creationix/nvm#install-script) for this.
- Run: `yo generator-construct2`
- Or run specific generator: `yo generator-construct2:plugin myplugin`
## Commands
* `yo construct2` shows a wizard for generating a construct2 plugin or behavior
* `yo construct2:plugin ` generates a plugin with the name ``
## What do you see?
After type ahead any command above, you will see something like this:

## What do you get?
For now, scaffolds out a complete generator directory structure for you. Only plugin structure is created for now:
```
myplugin
├── common.js
├── edittime.js
```
## Contributing
Please, fork this repo and create a pull request by now! All contributions are welcome. Wee need your help :)
## License
GPL-V03 © Michel Felipe and other contributors