0.0.2 • Published 8 years ago

aws-cli-exec v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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