code-template-tool
code-template-tool copied to clipboard
VSCode extension to generate code based on the template
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
This would help a lot when using remote hosts where templates are in another directory than in local mode. Like: ~/templates1:/opt/global_dev_templates
If i open the context menu on a file in the sidebar, it would be very useful if that file/filename can be used as a parameter for the template. For...
It would be very helpful to have the possibility to use the upper and lover case variables in the templates. In my case I want to define a camel case...
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,...
I have two instances where the replacement values do not work as expected. The first is in implementing a common pattern for NextJS pages where the eventual file or folder...
Bumps [acorn](https://github.com/acornjs/acorn) from 7.0.0 to 7.3.1. Commits e265eae Mark version 7.3.1 50fd1bc Mark version 7.1.0 of acorn-loose ee03be3 Mark version 7.3.0 4adea30 add optional chaining eec9b37 Fix parsing of ambiguous...
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