Skip to content

victorgu-github/nodeJS_CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

challenge-one

Simple Node developer challenge.

Goal

Clone this repo and build a simple key/value store CLI using only the core Node API. Once you have finished the challenge, please deliver it by providing a GitHub repo, Dropbox, or Google Drive link.

Installation

Clone the repository here

Navigate to your project directory

Run yarn to install node dependencies.

Run yarn link to creates a symbolic link between project directory and executable command.

Store API

$ store add mykey myvalue

$ store list

$ store get mykey

$ store remove mykey

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published