Skip to content

Instantly share code, notes, and snippets.

View thatfrankdev's full-sized avatar

Francis Cote thatfrankdev

View GitHub Profile
@thatfrankdev
thatfrankdev / snipcart-setup.js
Last active June 21, 2020 06:50
Snipcart Gatsby Recipe
const ast = require("abstract-syntax-tree")
const fs = require("fs");
const readline = require("readline").createInterface({
input: process.stdin,
output: process.stdout,
})
function askValue(question) {
return new Promise(resolve => {
@thatfrankdev
thatfrankdev / _imports.ps1
Last active May 23, 2017 04:04
42lignes/outiller-son-developpement-sous-windows/un-profil-powershell-propre
Import-Module posh-git

Keybase proof

I hereby claim:

  • I am thatfrankdev on github.
  • I am thatfrankdev (https://keybase.io/thatfrankdev) on keybase.
  • I have a public key ASB2HxB5o2KZuS0qA5SRjp1ffF1r7qldm7tao1D0jfhaeAo

To claim this, I am signing this object:

function Log($msg){
Write-Host
Write-Host -ForegroundColor Yellow -BackgroundColor Black $msg
}
Write-BoxstarterMessage "DRFEELGOUD - WINDOWS DEV BOX AUTOMATION"
# Enable Big-Kid Mode
Disable-UAC
Update-ExecutionPolicy -Policy Unrestricted