NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.19k stars 14.19k forks source link

Packaging request for redis-commander (Redis management tool in Node.js) #202039

Open rbozan opened 1 year ago

rbozan commented 1 year ago

Project description https://github.com/joeferner/redis-commander

Redis management tool written in node.js

Metadata

milahu commented 1 year ago

this "just works" with npm

nix-shell -p nodejs redis
npm i -g redis-commander
redis-server &
redis-commander &
xdg-open http://127.0.0.1:8081
rbozan commented 1 year ago

I understand but it'd be nice if it could be included as package so we can use the services option. As in services.redis-commander.

milahu commented 1 year ago

here is a draft, not tested

https://github.com/milahu/nur-packages/commit/93e8f80a4accfdacd86711cdbff9c26945c58149