Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 478 Bytes

vanad2

AWS Template Creator

  • Composer: for dependency management
  • PHPUnit: For testing your code
  • PHP Code Sniffer: Code analyzer

From the top directory, you should be able to successfully do any of the following:

  • php assignment2.php
  • php assignment2.php --instances 2 --instance-type t2.small --allow-ssh-from 172.16.8.30
  • vendor/bin/phpcs *.php
  • phpunit

You can also copy *.php to a web directory to view the output in formatted, colorized HTML