Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Latest commit

 

History

History

techcheck

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TechCheck is a utility that we use for Mike.Works software engineering training to help guide students toward getting set up with the proper dependencies.

How it works

Most of techcheck requires Node.js to run, but to ensure that node itself is installed, we have users run a shell script (or poweshell script for windows users)

Linux, OS X, Windows 10 w/ Linux Subsystem
curl -o- https://raw.githubusercontent.com/mike-works/workshops/master/packages/techcheck/shell/check-node.sh | bash

If you want, you can see some details describing what's going on by setting the DEBUG_SHELL environment variable as the script is run

curl -o- https://raw.githubusercontent.com/mike-works/workshops/master/packages/techcheck/shell/check-node.sh | DEBUG_SHELL=true bash

© 2018 Mike.Works, All Rights Reserved