Skip to content

Instantly share code, notes, and snippets.

View twitchel's full-sized avatar
🐶

Daniel K. Jones twitchel

🐶
  • Sydney, Australia
  • 00:29 (UTC +10:00)
View GitHub Profile
@twitchel
twitchel / recipes.js
Last active February 5, 2022 09:18
Recipes
const recipes = [
{
"id": 1,
"name": "Lemon Cake",
"image_url": "https://celebratingsweets.com/wp-content/uploads/2021/04/Lemon-Coconut-Cake-2.jpg",
"serves": 10,
"parts": [
{
"name": "cake",
"ingredients": [
[user]
name = {user.fullname}
email = {user.email}
[core]
editor = nano
[commit]
template = /Users/{user.login}/.stCommitMsg
[alias]
ls = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat