New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@keg-hub/cli-utils

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keg-hub/cli-utils

Utility methods for writing Custom Tasks consumed by the Keg-CLI

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1K
decreased by-27.68%
Maintainers
3
Weekly downloads
 
Created
Source

Keg-CLI-Utils

Utility methods to help with creating custom Keg-CLI Tasks

Install

With yarn

yarn add @keg-hub/keg-cli-utils

With npm

npm install @keg-hub/keg-cli-utils

Setup

Register Tasks

  • This library exports a helper method called registerTasks
  • You must call this method first before running any task
    • It takes a single Object argument that containers all custom task definitions
// Beginning of your code
const { registerTasks } = require('@keg-hub/keg-cli-utils')
registerTasks({
  /* ...Custom task definitions */
})

// ...reset of your code

FAQs

Package last updated on 08 Apr 2021

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc