Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addon CLI #54

Open
Ughuuu opened this issue Oct 17, 2024 · 0 comments
Open

Addon CLI #54

Ughuuu opened this issue Oct 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Ughuuu
Copy link

Ughuuu commented Oct 17, 2024

Addon CLI would be it's on program, standalone.

Features:

  • Install addons. [competing feature]
  • Update addons (closes Godot editor when doing so).
  • Install godot.
  • Update godot.
  • Project Definition File(.json)
  • Project Creator [competing feature]

Install Addons

Update Addons

Install Godot

Update Godot

Project Definition (.json)

  • Stats:
    Downloads
    Size
    Version

  • Repo Info:
    Repo
    License
    Issues
    PR
    Last Publish

  • Website:
    Homepage

  • Dependencies

  • Versions (previous versions)

NPM example:

{
  "name": "node-js-sample",
  "version": "0.2.0",
  "description": "A sample Node.js app using Express 4",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "express": "^4.13.3"
  },
  "engines": {
    "node": "4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/heroku/node-js-sample"
  },
  "keywords": [
    "node",
    "heroku",
    "express"
  ],
  "author": "Mark Pundsack",
  "contributors": [
    "Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com)"
  ],
  "license": "MIT"
}

Project Creator

  • Name
  • Addons to add
@Starkium Starkium added the enhancement New feature or request label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants