Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sidekick

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sidekick

Your code, made perfect.

  • 1.10.2
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Sidekick

Build Status

Sidekick - your code, made perfect.

Pre-requisites

We need git to be installed on your machine.

Installation

npm i sidekick -g

Initialisation

Sidekick does not ship with any analysers, so you will need to install them. Its really easy to do:

sidekick analysers --install

You can check that your system is configured correctly:

sidekick config

If git is not available on your path, then you will need to tell us where it has been installed to:

sidekick config --git=/some/path/to/git

Usage

###You can run Sidekick on your CI server:

sidekick run --ci

This will install all the analysers that are needed, run them against your code and optionally fail the build.

Travis integration
sidekick run --travis

Will analyse just the changes that prompted the travis build.

###You can run Sidekick against code on your machine:

cd your/repo
sidekick run

This will evaluate the working copy of the repo's code on your machine. You can use --compare and --versus cli arguments to compare your working copy with other local or remote branches.

GUI

Sidekick also has a GUI that helps you fix your issues before they are pushed to a remote repo. This GUI is in beta at the moment. Please go to our web site to sign up for the beta.

Thanks for trying Sidekick.

Keywords

FAQs

Package last updated on 13 Jul 2016

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