Skip to content

Instantly share code, notes, and snippets.

View kavyasukumar's full-sized avatar
🤔

Kavya Sukumar kavyasukumar

🤔
View GitHub Profile
@kavyasukumar
kavyasukumar / setup-vox-middleman.sh
Last active July 21, 2016 17:24 — forked from ryanmark/setup-vox-middleman.sh
Setup or update the voxmedia middleman rig
#!/bin/bash
#
# To run this script, enter this into your terminal:
# bash -c "$(curl -fsSL https://gist.github.com/ryanmark/9ec33d5d4ee572f7853e/raw/setup-vox-middleman.sh)"
FAVORITE_RUBY=2.2.2
echo Setting up Vox Media Middleman rig.
echo
trap "exit 1" SIGINT;
@kavyasukumar
kavyasukumar / README.md
Last active May 28, 2020 03:23 — forked from ryanmark/README.md
Import issues from markdown formatted text into github issues

Generate Github Issues

This script will read a markdown-formatted text file and generate milestones and issues in a Github project.

The script will go line by line, looking for lines that start with #, - or *. Lines that start with # will create a new milestone. All bulleted items after a header will be created as issues and assigned to the last milestone.

Milestones will be automatically assigned due-dates. Starting with the closest Friday at 1:30pm