Socket
Socket
Sign inDemoInstall

@amir-cli/cli-get

Package Overview
Dependencies
8
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @amir-cli/cli-get

get plugin for cli


Version published
Maintainers
1
Created

Readme

Source

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.

Keywords

FAQs

Last updated on 16 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc