command-exec

1.0.1 • Public • Published

command-exec

Build Contributors

Execute promisified shell (linux) commands in Nodejs

Install

npm i command-exec

Usage

const $cExec = require('command-exec');

( async () => {
  const result = $cExec('ls');
  console.log(result);
})();

// OUTPUT
// eslintrc.json
// .git
// .gitignore
// .travis.yml
// LICENSE
// README.md
// index.js
// node_modules
// package-lock.json
// package.json
// tests

Contributing

Interested in contributing to this project? You can log any issues or suggestion related to this library here

Read our contributing guide on getting started with contributing to the codebase

Contributors

Thank you to all the contributors who have helped us in making this project better 🙌

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i command-exec

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    3.58 kB

    Total Files

    4

    Last publish

    Collaborators

    • arshadkazmi42