electronade-command
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

electronade-command

It's a package for electronade that provides command line execution.
See electronade-command.netlify.app for details.

npm NPM npms.io (quality) Libraries.io dependency status for latest release Maintenance

Installation

npm install electronade-command

What Exposed

electronade: {
  command: {
    execute: (commandLine: string) => Promise<string>;
  }
}

Usage

See electronade usage for details.

console.log(
  await Command.execute("ls")
); // same as ls command result

Readme

Keywords

Package Sidebar

Install

npm i electronade-command

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

7.12 kB

Total Files

8

Last publish

Collaborators

  • tomsd