Socket
Book a DemoInstallSign in
Socket

fly-shell

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-shell

A little fly plugin for running command-line commands

Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

fly-shell

This fly plugin is to be used to run command-line commands in your fly tasks.

Example:

module.exports = function * () {
  yield this.shell('eslint *.js test/**/*.js');
};

Keywords

fly

FAQs

Package last updated on 18 May 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