An open API service indexing awesome lists of open source software.

https://github.com/cwksc/create-template-kotlin


https://github.com/cwksc/create-template-kotlin

Last synced: 8 months ago
JSON representation

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