Skip to content

Instantly share code, notes, and snippets.

@mfrachet
Created July 7, 2018 13:21
Show Gist options
  • Save mfrachet/7cb3f2117ef96d6e15fde85c58ff7609 to your computer and use it in GitHub Desktop.
Save mfrachet/7cb3f2117ef96d6e15fde85c58ff7609 to your computer and use it in GitHub Desktop.
example
const fs = require('fs');
const data = fs.readFileSync('/file.md');
console.log("Hey guys");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment