Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Mac OSX – Terminal – Install Gulp

Posted on May 4, 2018 By David Kittell
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node
#npm config set registry http://registry.npmjs.org/
npm install --global gulp-cli
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.

Related

Code Mac OS X Shell Mac OSX UNIX UNIX Shell Scripts

Post navigation

Previous post
Next post

Related Posts

LDAP LastLogonTimeStamp Conversion

Posted on April 8, 2014October 26, 2015

In working with LDAP timestamps I found this script very helpful to be able to test with. (Get-Date "2/1/2014").ToFileTime() [datetime]::FromFileTime("128752344000000000") Reference: http://jai-maharaj.blogspot.com/2012/01/test.html Originally Posted on April 8, 2014Last Updated on October 26, 2015 All information on this site is shared with the intention to help. Before any source code or…

Read More

Subscribed Web Alert

Posted on August 6, 2013October 26, 2015

Will return you all the web alerts. The ID column represent the ID for the web alert SELECT * FROM subscriptions_tbl Will return you the folder(s) where the web alert is assigned The column Value_number represents the ID column from subscriptions_tbl The column Object_ID represents the folder ID where the…

Read More

Good Integer

Posted on April 11, 2013October 24, 2021

protected int nGoodInt (string sNumber) { sNumber = sNumber.Trim(); int Num; bool isNum = int.TryParse(sNumber, out Num); if (isNum) { return Num; } else { return 0; } } protected System.Boolean IsNumeric(System.Object Expression) { if (Expression == null || Expression is DateTime) { return false; } if (Expression is Int16…

Read More

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes