i5ting / koa-generator

Koa' application generator for 1.x and 2.x( Express-style and support all middlewares include async/await )
https://github.com/17koa/koa-generator
MIT License
974 stars 110 forks source link

add nunjucks support #40

Open i5ting opened 7 years ago

i5ting commented 7 years ago

welcome pr

i5ting commented 7 years ago

v1.1.13+

atjiu commented 6 years ago

nunjucks 没法直接配置后缀吗?

官方文档上可以通过

nunjucks.configuration({
  ext: 'njk'
})

但在koa-generator里配置好像没有效果

i5ting commented 6 years ago

我确认一下 @tomoya92