Skip to content

Instantly share code, notes, and snippets.

@ajduke
Created January 24, 2016 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajduke/d03ad524a76e5134d4ef to your computer and use it in GitHub Desktop.
Save ajduke/d03ad524a76e5134d4ef to your computer and use it in GitHub Desktop.
//read it synchronously
content= fs.readFileSync('package.json', 'utf-8');
console.log(content);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment