Senior Software Engineer/Software Team lead, specialising in complex systems using javascript and AWS
Please have a look at my blog where I write about my experiences in software development.
Please head over to my github pages to learn more.
Senior Software Engineer/Software Team lead, specialising in complex systems using javascript and AWS
Please have a look at my blog where I write about my experiences in software development.
Please head over to my github pages to learn more.
// put this snippet in .bashrc or .zshrc
// change workspace to wherever you put your projects
// if you have project called helloWorld - simply type helloWorld in the console
for f in `ls $HOME/workspace`
for f in $(gh pr list | awk '{print $1}')
do
gh pr edit $f --add-project "my project"
done
#! /bin/bash
# Assumptions: jq, and github cli are installed. One version of node/npm used across all repos
set -ex