@ev-fns/spawn
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

@ev-fns/spawn

Async spawn that outputs to stdout

  • spawn (cmd: string) => Promise<void>

Install

yarn add @ev-fns/spawn

Usage

const { spawn } = require("@ev-fns/spawn");

spawn("Hello World 👋 && sleep 1").then(() => console.log("Finished"));

/@ev-fns/spawn/

    Package Sidebar

    Install

    npm i @ev-fns/spawn

    Weekly Downloads

    2

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    1.8 kB

    Total Files

    4

    Last publish

    Collaborators

    • eliseuvideira