microlinkhq / keyvhq

Simple key-value storage with support for multiple backends.

Home Page:https://keyvhq.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Suggestion] Change NPM information

VoIcanis opened this issue · comments

If you are unable to gain access to publish this at the @keyv entry on NPM, you should change all documentation to point away from lukechilds to this fork https://www.npmjs.com/package/@keyvhq/keyv. Such as:

npm install --save keyv @keyvhq/keyv
npm install --save @keyv @keyvhq/redis
npm install --save @keyv @keyvhq/mongo
npm install --save @keyv @keyvhq/sqlite
npm install --save @keyv @keyvhq/postgres
npm install --save @keyv @keyvhq/mysql

Along with areas like:
image

Will do, haven't gotten to documentation yet :)