Skip to content

Instantly share code, notes, and snippets.

@NaClYen
Created October 27, 2021 03:41
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 NaClYen/8c2f245e62ae2310160ff7ce46506ee4 to your computer and use it in GitHub Desktop.
Save NaClYen/8c2f245e62ae2310160ff7ce46506ee4 to your computer and use it in GitHub Desktop.
nodejs - execute js file
const fs = require('fs')
const rawdata = fs.readFileSync('./path/to/file_with.anyext', 'utf8')
eval(rawdata)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment