Browse Source

add if condition

feature/conditions
dslak 3 years ago
parent
commit
4e76faa35a
  1. 3
      index.js

3
index.js

@ -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) => {

Loading…
Cancel
Save