Skip to content

Instantly share code, notes, and snippets.

View jbalthis's full-sized avatar
:octocat:
coding

Jason Balthis jbalthis

:octocat:
coding
View GitHub Profile
/**
* Example gulpfile.js
*/
'use strict';
// THIS CHECK SHOULD BE THE FIRST THING IN THIS FILE
// This is to ensure that we catch env issues before we error while requiring other dependencies.
const engines = require('./package.json').engines;
@rsp
rsp / GitHub-Project-Guidelines.md
Last active June 11, 2024 12:41
Git Strict Flow and GitHub Project Guidelines - setup rules and git flow for commercial and open-source projects by @rsp

Git Strict Flow and GitHub Project Guidelines

Or how to turn this:

into this: