argsh

Bash arguments manager

Usage no npm install needed!

<script type="module">
  import argsh from 'https://cdn.skypack.dev/argsh';
</script>

README

:rocket: WORK IN PROGRESS


argsh

Latest release npm package License Continuous integration status for Linux and macOS

Create simple and short shell (bash) scripts with ease. argsh takes away the tedious work to create your own argument parser and keeps your shell usage at bay.

Quick start

Describe your arguments and argsh does the rest.

# coming soon

Include argsh into your tests

Follow up.

Honorable Mentions

Folder structure is right out copied from https://github.com/bats-core/bats-core. Also is bats used for testing. Big thanks for that.