Installation:
-- For macOS and Windows [macOS/Windows](https://github.com/cli/cli/blob/trunk/README.md)
-- For linux Installation on specific distribution [linux](https://github.com/cli/cli/blob/trunk/docs/install_linux.md)
+- For macOS and Windows
+ [macOS/Windows](https://github.com/cli/cli/blob/trunk/README.md)
+- For linux Installation on specific distribution
+ [linux](https://github.com/cli/cli/blob/trunk/docs/install_linux.md)
### Authentication
"description": "webinstall script repository",
"main": "_webi/",
"scripts": {
+ "prettier": "npx prettier@2 -w '**/*.{js,md,html}'",
"test": "node _webi/test.js ./node/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webinstall/webi-installers.git"
},
- "keywords": [
- "webinstall",
- "brew",
- "apt",
- "chocolately"
- ],
+ "keywords": ["webinstall", "brew", "apt", "chocolately"],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"bugs": {
## Cheat Sheet
-> Don't install this package. It will install (almost) everything.
-> This is for webi CI/CD testing, etc.
+> Don't install this package. It will install (almost) everything. This is for
+> webi CI/CD testing, etc.