@sweetalert2/execute

Execute command with well-formatted output

Usage no npm install needed!

<script type="module">
  import sweetalert2Execute from 'https://cdn.skypack.dev/@sweetalert2/execute';
</script>

README

Execute command with well-formatted output

Installation

npm install --save @sweetalert2/execute

Usage

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

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