Skip to content

Instantly share code, notes, and snippets.

View James-Copeland's full-sized avatar

James Copeland James-Copeland

View GitHub Profile
module.exports = {
apps: [
{
name: "<myAppName>",
script: "./apps/<appFolderName>/app.js",
watch: ["./apps/<appFolderName>/"],
watch_deplay: 1000,
env: {
NODE_ENV: "development",
PORT: 5000,
@James-Copeland
James-Copeland / filemaker-deploy.bat
Created January 20, 2021 15:47
FileMaker DataMigration deployment script for Windows
:: This script assumes that the Migration folder is on the Desktop and that the clone and data files are in the Migration folder.
:: Additionally, it assumes that the same username and password exist in both files.
:: If your deployment process differs, then you can use this file as a starting point.
@ECHO OFF
TITLE FileMaker Deploy
:: Start - Default values
SET dataFileDefault=Internal
@James-Copeland
James-Copeland / terminal-git-branch-name.md
Created April 3, 2019 14:39 — forked from joseluisq/terminal-git-branch-name.md
Add Git Branch Name to Terminal Prompt (Mac)

Add Git Branch Name to Terminal Prompt (Mac)

image

Open ~/.bash_profile in your favorite editor and add the following content to the bottom.

# Git branch in prompt.

parse_git_branch() {