chenzhe
chenzhe
1. Some `.js` files are used as `.jsx` files, how to support this case ? I know I can change the file name, but there maybe a better way. 2....
Dose move.js has any API for playing animation repeatly?
add a property in `template.config.json` to specify which file should be focus when created
Consider one case that developer want to use a boolean variable to control whether to show some codes in template. for example: ``` {{if show}} show something {{/if}} ``` Now,...
Support comment on template and won't be copyed to generated file 支持模板上的注释, 不会被复制到生成文件中.
just like the variables supported in the Templates Path `{home}` `{workspace}` and so on