awinogradov / jo-cli

Jo — command line code generator that works.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide command config to template meta

awinogradov opened this issue · comments

module.exports.template = ({ config }, filename) => config.userProp ? 'a' : 'b';