techcheck

0.0.2 • Public • Published

TechCheck is a utility that we use for Mike.Works software engineering training to run pre-flight checks, ensuring attendees are set up with the right versions of the right software. screen shot 2018-01-13 at 6 22 33 pm


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/techcheck/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/techcheck/master/packages/techcheck/shell/check-node.sh | DEBUG_SHELL=true bash

© 2018 Mike.Works, All Rights Reserved

Readme

Keywords

none

Package Sidebar

Install

npm i techcheck

Weekly Downloads

2

Version

0.0.2

License

GPL-3.0

Last publish

Collaborators

  • northm