Created
September 27, 2017 12:11
-
-
Save ch1c0t/6565d865807fda6652746176c2244308 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pug = require 'pug' | |
file = process.argv[2] | |
template = pug.compileFile file | |
console.log template name: 'Timothy' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment