UNPKG

jungle

Version:

The Jungle project command line tool, for managing jungle projects.

8 lines (4 loc) 131 B
#! /usr/bin/env node var shell = require("shelljs"); var commander = require('commander'); shell.exec("echo shell.exec works");