From 3d113e69f83dc17b39840c3e019c33576bced097 Mon Sep 17 00:00:00 2001 From: Ryan Burnette Date: Sat, 26 Sep 2020 16:58:31 -0400 Subject: [PATCH 1/4] readme title propose a cleaner title that links back to the github repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9873b9..721c870 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# @[webinstall](https://webinstall.dev)/webi-installers +# [webi-installers](https://github.com/webinstall/webi-packages) -> [`webi`](https://webinstall.dev) is how developers install their tools +[webi](https://webinstall.dev) is how developers install their tools - no `sudo` - no package manager From a217150c172d705f42f8645fb18235af5be60c33 Mon Sep 17 00:00:00 2001 From: Ryan Burnette Date: Sat, 26 Sep 2020 16:58:55 -0400 Subject: [PATCH 2/4] webi in titles propose that we not use code styling in titles --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 721c870..8a54e15 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ curl https://webinstall.dev/webi | bash This repository contains the primary and community-submitted packages for [webinstall.dev](https://webinstall.dev). -# How `webi` works +# How webi works - Contacts official release APIs for download URLs - Selects the appropriate package version and archive format From 59074b5d9d0a9f03a0f525011a3cbd37428347c4 Mon Sep 17 00:00:00 2001 From: Ryan Burnette Date: Sat, 26 Sep 2020 17:01:01 -0400 Subject: [PATCH 3/4] update package.json - rename packages to webi-packages - set private to avoid accidental publishing to npm - bump version to v0.2.0 and discuss using versions in this repo --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a6961af..9453472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { - "name": "@webinstall/packages", - "version": "0.1.0", + "name": "@webinstall/webi-installers", + "private": true, + "version": "0.2.0", "description": "webinstall script repository", "main": "_webi/", "scripts": { @@ -8,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/webinstall/packages.git" + "url": "git+https://github.com/webinstall/webi-installers.git" }, "keywords": [ "webinstall", @@ -19,9 +20,9 @@ "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", "bugs": { - "url": "https://github.com/webinstall/packages/issues" + "url": "https://github.com/webinstall/webi-installers/issues" }, - "homepage": "https://github.com/webinstall/packages#readme", + "homepage": "https://github.com/webinstall/webi-installers#readme", "dependencies": { "@root/request": "^1.6.1", "dotenv": "^8.2.0", From 4c679beea1228ee4464e956a17c40e2979525ebc Mon Sep 17 00:00:00 2001 From: Ryan Burnette Date: Sat, 26 Sep 2020 17:05:18 -0400 Subject: [PATCH 4/4] quote first line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a54e15..32acc27 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [webi-installers](https://github.com/webinstall/webi-packages) -[webi](https://webinstall.dev) is how developers install their tools +> [webi](https://webinstall.dev) is how developers install their tools - no `sudo` - no package manager