This is the GET plugin for CLI project.
- NPM: @amir-cli/cli-get, GITHUB: cli-get
- will print out a list of all target object members and their current values.
- will print out the current value of the target object’s member named “propertyname".
test
Folder: Each usage is unit tested using mochaget.js
file: It's like Data Access Object (DAO) of the connector where it exposes the newly implemented commandsgetHandler.js
file: It's the handler for each exposed usages
- 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.