New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

projmate-shell

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

projmate-shell

ShellJS Extended

latest
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

projmate-shell

Helpers to simplify Node.js scriptingand within projmate Projfiles specifically.

Examples

To run multiple node and CoffeeScript scripts, with the ability to interact in the console.

sh.runner
  .node('test.js arg1 arg2')
  .coffee('other.coffee')           # uses local coffee if it exists
  .start(cb);

Shell shares prototype with ShellJS

sh.cp('-rf', 'client/css', 'public/css');

License

Copyright (c) 2013 Mario Gutierrez mario@projmate.com

See the file LICENSE for copying permission.

FAQs

Package last updated on 18 Mar 2013

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