Godot-Stuff Project Manager

An asset by paulhocker
The page banner background of a mountain and forest
Godot-Stuff Project Manager hero image

Quick Information

0 ratings
Godot-Stuff Project Manager icon image
paulhocker
Godot-Stuff Project Manager

v0.1.30 Release Notes:- support for 3.4.3 & 3.4.4- support for 3.5 beta1 thru beta5- support for 4.0 alpha1 & alpha2Do you like not needing to remember what version of Godot your project needs?Do you like not needing to remember what assets you need for your project?Do like not worrying when you upgrade your project to a new version of Godot?Do you like using the command line?Do you like opening your project immediately instead of the needing the project list?Do you want a better way to share your project with your team?Do you need to support multiple platforms?Do you have OCD and must keep your projects neat and tidy?Do you like having to store ONLY your game code in your git repository?Do you like Real Vanilla ice cream?Then this tool is for you.GSPM is a multi-platform Command Line Tool (CLI) that can be used to help you manage your Godot projects.Project information is controlled using a plain text file in YAML that defines the blue prints of your project. Here is a sample from my last LudumDare gamehttps://gitlab.com/ludumdare/ludumdare47/-/blob/master/project.ymlIt helps solve the problem of wondering what version of Godot you used, and what assets you needed in your projects while at the same time letting developers on different platforms work together.You can READ THE DOCS herehttps://gs-project-manager-docs.readthedocs.io/en/latest/Note: This tool is NOT something you "install" into your Godot project. Instead, follow the installation instructions in the documentation and the samples in the Getting Started section to help. If you have questions or find any issues, please leave them herehttps://gitlab.com/godot-stuff/gs-project-manager/-/issuesGet started using it in five minutes (assuming you already have Python installed)> pip install gspm> gspm new mygame> cd mygame> gspm install> gspm editWorks with Godot 2.x, 3.xWorks with Windows 10, Linux and MacOSRequires:Python >=3.4You can view the PyPi page herehttps://pypi.org/project/gspm/

Supported Engine Version
3.3
Version String
0.1.30
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

A tool to assist you in managing your Godot projects.

How To Install

Please see the Installation Guide guide in the Documentation.

How To Use

There is an example project here to get you started.

Below is an example that will create a new Godot project and show you how to use some basic commands.

# 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 

v0.1.30 Release Notes:

- support for 3.4.3 & 3.4.4
- support for 3.5 beta1 thru beta5
- support for 4.0 alpha1 & alpha2

Do you like not needing to remember what version of Godot your project needs?
Do you like not needing to remember what assets you need for your project?
Do like not worrying when you upgrade your project to a new version of Godot?
Do you like using the command line?
Do you like opening your project immediately instead of the needing the project list?
Do you want a better way to share your project with your team?
Do you need to support multiple platforms?
Do you have OCD and must keep your projects neat and tidy?
Do you like having to store ONLY your game code in your git repository?
Do you like Real Vanilla ice cream?

Then this tool is for you.

GSPM is a multi-platform Command Line Tool (CLI) that can be used to help you manage your Godot projects.

Project information is controlled using a plain text file in YAML that defines the blue prints of your project. Here is a sample from my last LudumDare game

https://gitlab.com/ludumdare/ludumdare47/-/blob/master/project.yml

It helps solve the problem of wondering what version of Godot you used, and what assets you needed in your projects while at the same time letting developers on different platforms work together.

You can READ THE DOCS here

https://gs-project-manager-docs.readthedocs.io/en/latest/

Note: This tool is NOT something you "install" into your Godot project. Instead, follow the installation instructions in the documentation and the samples in the Getting Started section to help. If you have questions or find any issues, please leave them here

https://gitlab.com/godot-stuff/gs-project-manager/-/issues

Get started using it in five minutes (assuming you already have Python installed)

> pip install gspm
> gspm new mygame
> cd mygame
> gspm install
> gspm edit

Works with Godot 2.x, 3.x
Works with Windows 10, Linux and MacOS

Requires:

Python >=3.4

You can view the PyPi page here

https://pypi.org/project/gspm/

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Godot-Stuff Project Manager icon image
paulhocker
Godot-Stuff Project Manager

v0.1.30 Release Notes:- support for 3.4.3 & 3.4.4- support for 3.5 beta1 thru beta5- support for 4.0 alpha1 & alpha2Do you like not needing to remember what version of Godot your project needs?Do you like not needing to remember what assets you need for your project?Do like not worrying when you upgrade your project to a new version of Godot?Do you like using the command line?Do you like opening your project immediately instead of the needing the project list?Do you want a better way to share your project with your team?Do you need to support multiple platforms?Do you have OCD and must keep your projects neat and tidy?Do you like having to store ONLY your game code in your git repository?Do you like Real Vanilla ice cream?Then this tool is for you.GSPM is a multi-platform Command Line Tool (CLI) that can be used to help you manage your Godot projects.Project information is controlled using a plain text file in YAML that defines the blue prints of your project. Here is a sample from my last LudumDare gamehttps://gitlab.com/ludumdare/ludumdare47/-/blob/master/project.ymlIt helps solve the problem of wondering what version of Godot you used, and what assets you needed in your projects while at the same time letting developers on different platforms work together.You can READ THE DOCS herehttps://gs-project-manager-docs.readthedocs.io/en/latest/Note: This tool is NOT something you "install" into your Godot project. Instead, follow the installation instructions in the documentation and the samples in the Getting Started section to help. If you have questions or find any issues, please leave them herehttps://gitlab.com/godot-stuff/gs-project-manager/-/issuesGet started using it in five minutes (assuming you already have Python installed)> pip install gspm> gspm new mygame> cd mygame> gspm install> gspm editWorks with Godot 2.x, 3.xWorks with Windows 10, Linux and MacOSRequires:Python >=3.4You can view the PyPi page herehttps://pypi.org/project/gspm/

Supported Engine Version
3.3
Version String
0.1.30
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers