Yann S.

Results 56 issues of Yann S.

When typing "g" in terminal, version isn't grabbed from actual version in gupm.json

Enhancement
Next

Currently upgrading download the install script and simply rewrite the folder. Need to implement an update routine in the project itself (cross-platform).

Feature
Next

Feature
Need more details

Add removeDependency hook

Enhancement
Next
Need doc

* Commands on non-project folder (delete / etc) * plugin not found on install / file not found in http / https provider

Enhancement
Next

Add a functionnality to update installed packages. ### Options ``` # Check updates g update # Actually perform the updates g update --perform # Only for patch | minor |...

Feature
Next
Need doc

* Each command starts a thread doing a request to get latest version number, if it doesn't match, create the file `~/.gupm/.needupdate`. * Each command should check for file `~/.gupm/.needupdate`....

Enhancement
Next

Needs #9, and a github-release provider

Enhancement
New Plugin
Next

Add a CLI tool to manage version of the package ``` # bump the version g version minor g version major g version patch ``` Use (already included) : https://godoc.org/github.com/Masterminds/semver...

Feature
Next
Need doc