You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Scaffolds out a new directory with a new Git repo
26
+
- Sets up a Python virtual environment
27
+
- If you enable [direnv](https://direnv.net/) (optional), it will setup automatic activation of the virtual directory when you `cd` into it and deactivate when you leave
28
+
- If you enable [asdf](https://asdf-vm.com/) (optional) it will create a `.tool-versions` file with `direnv` and `python` so that you can run `asdf install` to install required tools.
29
+
- Container support: Adds a `Dockerfile` and `.dockerignore`
30
+
- If you include AWS SDK, it will add it to your `requirements.txt`
31
+
- Includes a `make install` command for installing dependencies and outputting a `piplock.txt` with exact versions, that can be used for reproducible builds
0 commit comments