Skip to content

Module that provides the standard input functions for a Sidekick analyser.

Notifications You must be signed in to change notification settings

sidekickcode/analyser-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

analyser-common

Build Status

Module that provides stdin input in a pre-defined way to a Sidekick analyser.

Provides analysers with a setup object that contains:

  • config (any configuration file contents for the analyser, e.g. .eslintrc file contents)
  • contents (the contents of the file to be analysed)
  • filePath (the file path of the file to be analysed)

You can easily write your own analysers for use with Sidekick. Sidekick analysers can be written in any language; all you need to do is accept input via stdin and provide output via stdout.

Installation

npm install --save @sidekick/analyser-common

Usage

var sidekickAnalyser = require("@sidekick/analyser-common");
sidekickAnalyser(function(setup){
  //run the analyser
});

About

Module that provides the standard input functions for a Sidekick analyser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published