2.0.0 • Published 4 years ago

verdaccio-memoryanchen v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Deprecated repository

This repository has been moved to a monorepo you can find in verdaccio/monorepo. This package is located in plugins/memory folder


verdaccio-memory

CircleCI codecov verdaccio (latest) Known Vulnerabilities backers discord MIT node

A memory based storage plugin.

 npm install --global verdaccio-memory

Requirements

verdaccio@3.0.0 or verdaccio@4.x

npm install -g verdaccio

Complete configuration example:

store:
  memory:
    limit: 1000

in config.yaml

If store: is present storage: fallback is being ignored.

storage: /Users/user/.local/share/verdaccio/storage
auth:
  htpasswd:
    file: ./htpasswd
store:
  memory:
    limit: 1000

Disclaimer

This plugin should not be use for production environments. It might be useful for testing or such places as CI where data does not need to be persisted.

License

MIT

2.0.0

4 years ago