Go to the GitHub wiki for more background.
- Put to-do's here
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
| FROM buildpack-deps:disco | |
| ### base ### | |
| RUN yes | unminimize \ | |
| && apt-get install -yq \ | |
| asciidoctor \ | |
| bash-completion \ | |
| build-essential \ | |
| htop \ | |
| jq \ |
Go to the GitHub wiki for more background.
This template is a personal reuse starting point for Netlify functions. This is general, but assumes the function will be used as part of a JAMstack project or environment.

This script runs on macOS. All dependancies ('expect', 'security') should be installed be default on macOS, or at least one with the Xcode command line tools.
| { | |
| "settingsVersion": "1.67", | |
| "exclusionRules": [ | |
| { | |
| "pattern": "https?://mail.google.com/*", | |
| "passKeys": "" | |
| }, | |
| { | |
| "pattern": "https://vim-adventures.com/*", | |
| "passKeys": "" |