Skip to content

Amir-61/cli-get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-get

This is the GET plugin for CLI project.

image

Usages:

  • GET * :

    will print out a list of all target object members and their current values.
  • GET propertyName:

    will print out the current value of the target object’s member named “propertyname".

Connector structore:

  • test Folder: Each usage is unit tested using mocha
  • get.js file: It's like Data Access Object (DAO) of the connector where it exposes the newly implemented commands
  • getHandler.js file: It's the handler for each exposed usages

Unit tests:

  • This connector comes with it's own unit tests written in mocha, you can run unit tests for each module sperataly using npm test command.

About

Get plugin for cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published