A Command Line Utility to Assist in Managing your GODOT projects.
pip install gspm==0.1.7
A tool to assist you in managing the assets used in your Godot projects.
Please see the Setup guide in the Wiki.
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