Skip to content

Instantly share code, notes, and snippets.

@mattmazzola
Created December 22, 2019 07:25
Show Gist options
  • Save mattmazzola/13d228f71f603b9a45b92ff6daa68743 to your computer and use it in GitHub Desktop.
Save mattmazzola/13d228f71f603b9a45b92ff6daa68743 to your computer and use it in GitHub Desktop.
Main script of package
import * as path from 'path'
const directoryPath = __dirname
const defaultFilePath = path.join(directoryPath, 'index.html')
export {
directoryPath,
defaultFilePath,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment