Skip to content

Instantly share code, notes, and snippets.

@dviramontes
Last active July 15, 2017 16:29
Show Gist options
  • Save dviramontes/44f39dc12640e6cbb9ad146e3c297541 to your computer and use it in GitHub Desktop.
Save dviramontes/44f39dc12640e6cbb9ad146e3c297541 to your computer and use it in GitHub Desktop.
running with scissors and exercism

Hi!!!

Lets get you setup with exercism.io

STEPS:

  1. Let's check you NPM version: npm -v if version> 5; we're are good to go, skip to step 2

  2. else: let's update the npm! npm i -g npm

  3. npx https://gist.github.com/dviramontes/44f39dc12640e6cbb9ad146e3c297541

  4. ...

#!/usr/bin/env node
console.log('hola que tal?');
{"name": "gloo-ing-stuff-together", "version": "0.0.0", "bin": "./index.js"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment