|
|
|
|
|
by chrisdugne
1635 days ago
|
|
you're right, the nodejs dependency in not small; I've picked it because I work with js on my daily basis and found http://yargs.js.org/ very handy to create beautiful CLI. Another possibility could be to extract a binary to provide the CLI as an executable instead of the node project with yargs in dev-deps And the other part of the project is are libs, not very well documented as of today, but real shortcuts for gdscript projects: Example the Animate functions based on the tween API; WIP! |
|