Skip to content

Instantly share code, notes, and snippets.

@hesher
Created June 7, 2017 06:26
Show Gist options
  • Save hesher/408103da9309fb9978c0494fa226790e to your computer and use it in GitHub Desktop.
Save hesher/408103da9309fb9978c0494fa226790e to your computer and use it in GitHub Desktop.
const theSite = new SiteBuilder()
.withSiteName('a Site')
.withDomain('www.some-domain.com')
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment