Skip to content

Commit de31652

Browse files
committed
docs: add notes about nightly channel
1 parent 2eac300 commit de31652

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,30 @@ await storage.getItem("foo:bar"); // or storage.getItem('/foo/bar')
5151

5252
👉 Check out the [the documentation](https://unstorage.unjs.io) for usage information.
5353

54+
## Nightly release channel
55+
56+
You can use the nightly release channel to try the latest changes in the `main` branch via [`unstorage-nightly`](https://www.npmjs.com/package/unstorage-nightly).
57+
58+
If directly using `unstorage` in your project:
59+
60+
```json
61+
{
62+
"devDependencies": {
63+
"unstorage": "npm:unstorage-nightly"
64+
}
65+
}
66+
```
67+
68+
If using `unstorage` via another tool in your project:
69+
70+
```json
71+
{
72+
"resolutions": {
73+
"unstorage": "npm:unstorage-nightly"
74+
}
75+
}
76+
```
77+
5478
## Contribution
5579

5680
- Clone repository

0 commit comments

Comments
 (0)