Keybase proof
I hereby claim:
- I am kaganjd on github.
- I am kaganjd (https://keybase.io/kaganjd) on keybase.
- I have a public key ASB_WW7N8fS4VHy6Dz0Pbn3-IA4B0kcU3c5Ljkldt7xhlAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
mkdir test-python | |
cd test-python/ | |
virtualenv -p /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 test-python | |
source test-python/bin/activate | |
pip3 install awscli --upgrade |
.
defs
file for p5.jsp5 source code --> YUIDoc JSON --> Tern defs JSON
Because p5.js uses YUIDoc to generate documentation, I'm using @angelozerr's tern.yuidoc plugin to generate a Tern.js defs file for p5.js. Ultimately, this will be used to implement code hints and autocomplete in the p5.js web editor.