A Command Line Utility to Assist in Managing your GODOT projects.


License
MIT
Install
pip install gspm==0.1.6

Documentation

A tool to assist you in managing the assets used in your Godot projects.

How To Install

Please see the Setup guide in the Wiki.

How To Use

The Wiki has more examples, but in general this is what you do.

# create a new project
> gspm new test-project
Project test-project has been created

# install assets
> cd test-project 
> gspm install

# edit your project
> gspm edit 

# run your project
> gspm run