Caution
This is no longer maintained and used
A Tool for create template
java -jar CreateTemplateKtJvm-0.0.0.jar [configFolderPath]
Need following file under config folder
<configFolderPath>/
src.json
dist.json
The format of src.json
and dist.json
is refer to CascadeJson.kt
{
"src": "key"
}
{
"dist": "key"
}
This will convert to a map, value of those map is a unique key
src file or content in directory will copy to dist by key
Open folder CreateTemplateKt/
by IntelliJ IDEA
MIT