tsertkov / exec-sh
node helper to execute shell commands
☆64Updated last year
Alternatives and similar repositories for exec-sh:
Users that are interested in exec-sh are comparing it to the libraries listed below
- Import a globally installed module☆58Updated last year
- Require global npm as a local node module.☆32Updated 3 years ago
- Find the closest package.json file☆162Updated last year
- Convert a value to an array☆129Updated 3 years ago
- Parse `.git/config` into a JavaScript object. sync or async.☆61Updated 6 years ago
- Convert a dash/dot/underscore/space separated string to UpperCamelCase: foo-bar → FooBar☆81Updated 8 months ago
- Write a package.json file☆88Updated 8 months ago
- Get the set npm registry URL☆54Updated this week
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- Get the gzipped size of a string or buffer☆172Updated 3 years ago
- Read a package.json file☆165Updated last year
- Copy files using glob patterns. Sync, async, promise or streams. (node.js utility)☆94Updated 3 years ago
- Throttle a function to limit its execution rate☆98Updated 9 months ago
- Deep copy objects and arrays☆35Updated 7 years ago
- Require a group of modules for Node.js using Webpack syntax.☆49Updated 6 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆165Updated 5 months ago
- Create and parse HTTP Content-Type header