Socket
Socket
Sign inDemoInstall

@holidaycheck/liam-tasks

Package Overview
Dependencies
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@holidaycheck/liam-tasks

Set of automation tasks for `liam`


Version published
Weekly downloads
7
increased by600%
Maintainers
8
Weekly downloads
 
Created
Source

Set of automation tasks for liam.

Due to the liams architecture, you need to install peer dependencies. You can do this manually or use npm-install-peers by simply calling npx npm-install-peers. (since npm@5.2.0).

NOTE: you don't have to use liam if you want to use these tasks - each is a separate function with all required dependencies being injected during execution.

Usage

See example in liam's repository. Just import/require required tasks from @holidaycheck/liam-tasks/tasks/[task-name];

Without liam (not-recommneded)

Just require specific task and pass required arguments:

const task = require('@holidaycheck/liam-tasks/tasks/add-jira-link')
const githubClient = require('github')({ ... })
const logger = console;
githubClient.authenticate({
    type: "token",
    token: '..', // you can hardcode token or pass it through ENV
});

task(logger, { githubClient }) //this task will run once and script will end.

What tasks are currently implemented?

FAQs

Package last updated on 16 Sep 2019

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