Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

aws-cli-exec

asyncmax13MIT0.0.2

A simple wrapper for the AWS command line interface

shell, promise, command, command line, aws cli, cli

readme

aws-cli-exec

A simple wrapper for the AWS command line interface.

Prerequisites

Basic usage

Why?

More details

Develop & contribute

Setup

git clone https://github.com/asyncmax/aws-cli-exec
cd aws-cli-exec
npm install
npm run lint  # run lint
npm test      # run test

Coding style

  • Use two spaces for indentation.
  • Use double quotes for strings.
  • Use ES5 syntax for lib & test.

License

MIT