Skip to content

Instantly share code, notes, and snippets.

View carolstran's full-sized avatar
🦎

Carolyn Stransky carolstran

🦎
View GitHub Profile
@lrlna
lrlna / cli-instructions.md
Last active November 5, 2019 14:00
creating a node.js cli

Setup

Create a directory where you want it, and run npm init.

Edit package.json to have a bin portion:

"bin": {
  "nori": "bin.js"
}
@traumverloren
traumverloren / how-to-readme-guestbook.md
Last active October 7, 2023 07:54
How to Create a Guestbook for Your Github Personal Readme!

How to Create a Guestbook for Your Github Personal Readme!

To create a "guestbook", like this we can use the image hosting & commenting abilities of Github Gists ftw! ✨

Create a Gist to Host Your Guestbook & Image

  1. Log into Github

  2. Go to https://gist.github.com

  3. Select "+" in the top right corner of the toolbar to create a new gist and save it as public gist.