1.0.2 • Published 4 years ago
@amir-cli/cli-get v1.0.2
cli-get
This is the GET plugin for CLI project.
- NPM: @amir-cli/cli-get, GITHUB: cli-get

Usages:
will print out a list of all target object members and their current values.GET *:
will print out the current value of the target object’s member named “propertyname".GET propertyName:
Connector structore:
testFolder: Each usage is unit tested using mochaget.jsfile: It's like Data Access Object (DAO) of the connector where it exposes the newly implemented commandsgetHandler.jsfile: 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 testcommand.