/sweetalert2-execute

Execute command with well-formatted output

Primary LanguageJavaScriptMIT LicenseMIT

Execute command with well-formatted output

Installation

npm install --save @sweetalert2/execute

Usage

const execute = require('@sweetalert2/execute')

await execute(`git add .`, { skipLogging: true })