@peterseibel/hug 0.1.2 → 0.1.4
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ npm install -g @peterseibel/hug
|
|
|
11
11
|
Or clone this repo and link it:
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
git clone
|
|
14
|
+
git clone https://github.com/gigamonkey/hug.git && cd hug
|
|
15
15
|
npm install && npm link
|
|
16
16
|
```
|
|
17
17
|
|
|
@@ -52,7 +52,7 @@ Imports an existing Apps Script project into a new directory and sets up npm/cla
|
|
|
52
52
|
hug fork
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
Creates a new Apps Script project from the current local code. Useful with git branches — fork on a branch to get a separate Apps Script project you can develop against independently.
|
|
55
|
+
Creates a new Apps Script project from the current local code. Useful with git branches — fork on a branch to get a separate Apps Script project you can develop against independently. If you're using `hug config` to manage resources like spreadsheet IDs, you'll probably want to update them after forking so the new project points at its own resources.
|
|
56
56
|
|
|
57
57
|
### Configure
|
|
58
58
|
|