Skip to content

Instantly share code, notes, and snippets.

View jpmonette's full-sized avatar
🌍
Working from somewhere

Jean-Philippe Monette jpmonette

🌍
Working from somewhere
View GitHub Profile
@jpmonette
jpmonette / sfdx-watcher.js
Created August 7, 2017 14:59
Watching for changes in SFDX project
const chokidar = require('chokidar');
const shell = require('shelljs')
chokidar
.watch('./force-app')
.on('change', onChange)
// On File Change
function onChange (path) {
console.log('Updating ' + path + '...')
@jpmonette
jpmonette / install.sh
Last active February 4, 2017 14:08
install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
brew cask install microsoft-office sublime-text mavensmate google-chrome firefox sourcetree soqlxplorer 1password zoom eclipse-ide