Skip to content

Instantly share code, notes, and snippets.

View nathanstilwell's full-sized avatar
💭
🔥 💻 🤘 💀

Nathan Stilwell nathanstilwell

💭
🔥 💻 🤘 💀
View GitHub Profile
# working with npm
npm install -g yarn
npm install -g npx
npm install -g np
npm install -g npm-name-cli
# debugging
npm install -g ndb
npm install -g node-inspector
@chrhicks
chrhicks / index.html
Created January 31, 2014 12:03
A Pen by Chris Hicks.
<p>Given any integer print an English phrase that describes the integer. (e.g. "One Thousand, Three Hundred Twenty Four").</p>
<div id="log"></div>