1.0.0 • Published 4 years ago

gdeps v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

gdeps

A bower wrapper for gdevelop games.

This lets you install bower packages for a GDevelop project.

Installation

This is a normal npm package, just

npm i -g gdeps

And you have it installed!

Usage:

To install a package, cd to your directory with your project json. Then just type:

gdeps install <packagename>

Example:

gdeps install pako

You can the use the package normally through JS events in GDevelop.