Some project skeletons James uses to speed up getting started.
- OSX/Linux with
make
installed. - VSCode as the editor.
- Whatever language-specific plugins.
cd ~/workspace
git clone git@github.com/jamesharr/project-skel
cp -a project-skel/SKEL new-project
cd new-project
code .
make
- python - Generic python project
This code is licensed under the Apache 2.0 license.
If you need something different, let me know.