Skip to content

EngPeterShaker/noDectionary

Repository files navigation

noDectionary

A simple Node.js app to make a Dictionary-like app using command line only .

Breif

Store Commands

$ node store.js add mykey myvalue

$ node store.js list

$ node store.js get mykey

$ node store.js remove mykey

$ node store.js clear

Docker Support

  • This Project supports docker conatainerization .
  • for building a new docker image to this project , simply run:
docker build --rm -f Dockerfile -t nodectionary:latest .

About

Node Dictionary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published