Skip to content

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Scripts

The following scripts can help you install, or initialize AWS Code Habits.

1. Remote (using Git Submodules, initialize all files)

curl -sL https://raw.githubusercontent.com/awslabs/aws-code-habits/main/scripts/remote/init.sh | bash

2. Remote (using Git Submodules, installation only)

curl -sL https://raw.githubusercontent.com/awslabs/aws-code-habits/main/scripts/remote/install.sh | bash

3. Standalone (without Git Submodules, initialize all files)

If you are not a big fan of Git Submodule:

curl -sL https://raw.githubusercontent.com/awslabs/aws-code-habits/main/scripts/standalone/init.sh | bash

4. Standalone (without Git Submodules, installation only)

If you are not a big fan of Git Submodule:

curl -sL https://raw.githubusercontent.com/awslabs/aws-code-habits/main/scripts/standalone/install.sh | bash