@fredlackey/devutils 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/installs/installers.json +58 -0
- package/src/installs/tfenv.js +778 -0
- package/src/installs/tfenv.md +1091 -0
package/package.json
CHANGED
|
@@ -3203,6 +3203,64 @@
|
|
|
3203
3203
|
],
|
|
3204
3204
|
"test_results": []
|
|
3205
3205
|
},
|
|
3206
|
+
{
|
|
3207
|
+
"filename": "tfenv.js",
|
|
3208
|
+
"name": "tfenv",
|
|
3209
|
+
"status": "ready",
|
|
3210
|
+
"environments": [
|
|
3211
|
+
"macos",
|
|
3212
|
+
"ubuntu",
|
|
3213
|
+
"debian",
|
|
3214
|
+
"wsl",
|
|
3215
|
+
"raspbian",
|
|
3216
|
+
"amazon_linux",
|
|
3217
|
+
"rhel",
|
|
3218
|
+
"fedora"
|
|
3219
|
+
],
|
|
3220
|
+
"depends_on": [
|
|
3221
|
+
{
|
|
3222
|
+
"name": "homebrew.js",
|
|
3223
|
+
"priority": 0,
|
|
3224
|
+
"platforms": [
|
|
3225
|
+
"macos"
|
|
3226
|
+
]
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"name": "git.js",
|
|
3230
|
+
"priority": 0
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"name": "curl.js",
|
|
3234
|
+
"priority": 0
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"name": "unzip.js",
|
|
3238
|
+
"priority": 0
|
|
3239
|
+
}
|
|
3240
|
+
],
|
|
3241
|
+
"test_results": [
|
|
3242
|
+
{
|
|
3243
|
+
"environment": "ubuntu",
|
|
3244
|
+
"result": "pass"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"environment": "ubuntu-desktop",
|
|
3248
|
+
"result": "pass"
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"environment": "debian",
|
|
3252
|
+
"result": "pass"
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"environment": "amazonlinux",
|
|
3256
|
+
"result": "pass"
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"environment": "fedora",
|
|
3260
|
+
"result": "pass"
|
|
3261
|
+
}
|
|
3262
|
+
]
|
|
3263
|
+
},
|
|
3206
3264
|
{
|
|
3207
3265
|
"filename": "tidal.js",
|
|
3208
3266
|
"name": "Tidal",
|