https://github.com/cwksc/create-template-kotlin
https://github.com/cwksc/create-template-kotlin
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cwksc/create-template-kotlin
- Owner: CWKSC
- License: mit
- Created: 2022-02-24T10:11:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T07:21:19.000Z (almost 2 years ago)
- Last Synced: 2024-08-14T08:38:48.283Z (almost 2 years ago)
- Language: Kotlin
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-template-kotlin
> [!CAUTION]
> This is no longer maintained and used
A Tool for create template
### Usage
```sh
java -jar CreateTemplateKtJvm-0.0.0.jar [configFolderPath]
```
### Prerequirement
Need following file under config folder
```
/
src.json
dist.json
```
The format of `src.json` and `dist.json` is refer to [CascadeJson.kt](https://github.com/CWKSC/CascadeJson.kt)
```json
{
"src": "key"
}
```
```json
{
"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
### Project environment
Open folder `CreateTemplateKt/` by IntelliJ IDEA
### License
MIT