farnsworth

A suite of tools to support software development

Usage no npm install needed!

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

README

Farnsworth Tools

Features

A tool to support developers working in the AWS environment.

Getting Started

  • Make sure you have your AWS CLI environment working. Using the AWS Configure command will help you get setup.

The Farnsworth Tool uses the same configuration so once AWS CLI is working you can proceed.

aws configure

Issue a simple AWS command to ensure your system is working.

aws s3 ls
  • Install the farnsworth tool via NPM
npm install -g farnsworth
  • Use the farnsworth tool to view the command list
farnsworth ?
  • View help on a specific command
farnsworth ? cwl-list-log-groups
  • List AWS Cloud Watch Log Groups
farnsworth cwl-list-log-groups

Explore other commands!