Skip to content

Instantly share code, notes, and snippets.

@hex13
Created October 4, 2015 05:15
Show Gist options
  • Save hex13/315abfbd3e9e2f37e626 to your computer and use it in GitHub Desktop.
Save hex13/315abfbd3e9e2f37e626 to your computer and use it in GitHub Desktop.
const speck = require('speckjs');
const fs = require('fs');
const name = './src/index.js';
speck.build({name: name, content: fs.readFileSync(name, 'utf8')}, {ecmaVersion: 6, sourceType: 'module'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment