|
@ -1,5 +1,6 @@ |
|
|
exports.printVersion = () => { |
|
|
exports.printVersion = () => { |
|
|
console.log('Staples v0.0.1') |
|
|
|
|
|
|
|
|
const pjson = require('./package.json') |
|
|
|
|
|
console.log(`Staples ${pjson.version}`) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
exports.compile = (template, input) => { |
|
|
exports.compile = (template, input) => { |
|
|