Yann S.
Yann S.
When using the extension on FF, the browser's navigator object is more unique after installing than before: Before  After 
When the dep tree is flatten, the path to the core is different and Bamboo gives an error: ``` Could not load file: /mnt/c/Users/azuka/Desktop/test/node_modules/bamboo-cli/node_modules/bamboo-core/dist/bamboo.js ```
Currently when doing `g install ...` gupm will add the dependency to gupm.json and call `g make`. Improve the tool by making it install only the new dependencies rather than...
Currently, when calling `g remove`, gupm only remove the dependency from the gupm.json but not from gupm_module. Improve the tool by making remove cleanup gupm_module Probably linked to #10
When reading configuration or dependency lists, gupm should read the GUPM_ENV environment variable, and choose a config to override the default one. ``` { "config" | "dependencies": { "default" :...
Windows should ask for admin right before "g make" otherwise symlinks are impossible
Add configuration to change extension's associations for bin files. ``` { "js": "node", "rb": "ruby", .... } ``` - Use Regex if possible
A lot of the fancy CLI rendering techniques GuPM is using are not supported by the defaut windows terminal. - detect cmd / powershell - trim down to compatible rendering...
Add a functionnality to make global package installations. ### Options ``` g global mysql g g mysql ``` ### Behaviour - Will install packages in HOMEDIR/.gupm/globals/PACKAGENAME - add a symlink...
``` mkdir test g test ``` this yeld no error because g thinks the script test exists