mirror of
https://github.com/unjs/unstorage.git
synced 2025-12-08 21:26:09 +00:00
docs: add notes about nightly channel
This commit is contained in:
parent
2eac3000b3
commit
de31652d13
24
README.md
24
README.md
@ -51,6 +51,30 @@ await storage.getItem("foo:bar"); // or storage.getItem('/foo/bar')
|
||||
|
||||
👉 Check out the [the documentation](https://unstorage.unjs.io) for usage information.
|
||||
|
||||
## Nightly release channel
|
||||
|
||||
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).
|
||||
|
||||
If directly using `unstorage` in your project:
|
||||
|
||||
```json
|
||||
{
|
||||
"devDependencies": {
|
||||
"unstorage": "npm:unstorage-nightly"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
If using `unstorage` via another tool in your project:
|
||||
|
||||
```json
|
||||
{
|
||||
"resolutions": {
|
||||
"unstorage": "npm:unstorage-nightly"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Contribution
|
||||
|
||||
- Clone repository
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user