Skip to content

Instantly share code, notes, and snippets.

View keaglin's full-sized avatar

Kevon Eaglin keaglin

View GitHub Profile
@keaglin
keaglin / gennode
Created January 19, 2019 00:47 — forked from CarsonMcKinstry/gennode
A small script for automating the creation of a new node project, complete with package creation, CoC creation, license creation, and remote repo creation
#!/bin/bash
# This script assumes that you have the following installed
# npm 5.2+ [https://www.npmjs.com/get-npm]
# hub [https://hub.github.com/]
if [ "$1" != "" ]; then
echo "Generating new node project $1..."
@keaglin
keaglin / ke-prework.md
Last active March 2, 2017 21:34 — forked from mbburch/prework.md
K. Eaglin's prework Gist

Turing School Prework--K. Eaglin

Task A - Practice Typing:

  • screenshots of scores will be posted in comments

Task B - Algorithmic Thinking & Logic:

  • screenshots of completed sections will be posted in comments

Task C - Create your Gist: