You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: support config files
License: MIT
Signed-off-by: Henrique Dias <[email protected]>
* feat: update pkg name
License: MIT
Signed-off-by: Henrique Dias <[email protected]>
* feat: do not hardcode pkg name
License: MIT
Signed-off-by: Henrique Dias <[email protected]>
* docs: remove repeated sentence
License: MIT
Signed-off-by: Henrique Dias <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,3 +119,15 @@ Options:
119
119
unavailable
120
120
[default: "https://registry.npmjs.com"]
121
121
```
122
+
123
+
## Configuration File
124
+
125
+
We use [`rc`](https://github.com/dominictarr/rc) to parse configuration files. Please see the [`rc` repository](https://github.com/dominictarr/rc#standards) for the order of precedence used when searching for configuration files. Our app is `ipfs-npm`.
126
+
127
+
For instance, if you want to always use a remote daemon, you could create a `~/.ipfs-npmrc` file like this:
0 commit comments