New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rtm-cli-plugin-example

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rtm-cli-plugin-example

RTM Plugin - Example

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

RTM-CLI Plugin Example

This repository can be used to serve as a template for creating a command plugin for rtm-cli.

This example is set up as a Node module that will export two commands: hello and settings.
Each command lives as a separtate file (hello.js and settings.js, respectively) and are exported together by the index.js file, which serves as the main entry point for the entire Node module.

hello

This example command shows how to set up and use a required argument, an optional list argument, and an optional flag value with the command.

settings

This example command shows how to obtain the authenticated RTM User instance and how to use this instance to make RTM API requests.

Usage & Installation

For more information on the plugin architecture installing a plugin, see the rtm-cli Wiki.

Keywords

rtm

FAQs

Package last updated on 13 Feb 2018

Did you know?

Socket

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