From e3b23a76e215249da061598abe152ea926ca81da Mon Sep 17 00:00:00 2001 From: Vladislav Mamon Date: Wed, 13 Dec 2023 23:47:53 +0300 Subject: [PATCH] chore: update README and LICENSE --- LICENSE | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index c9afe90..5fb9289 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2022 Vladislav Mamon +Copyright (c) 2023 Vladislav Mamon Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index be875d1..63980c4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ WIP. Some of that sugar includes: -- Ability to define [replacement tags](#replacements) (aka placeholders) and simple [actions](#actions) to perform on the repository being copied. This is done via `arx.kdl` config file using the [KDL document language][kdl], which is really easy to grasp, write and read, unlike **JSON** and **YAML**. +- Ability to define [replacement tags](#replacements) (aka placeholders) and simple [actions](#actions) to perform on the repository being copied. This is done via `arx.kdl` config file using the [KDL document language][kdl], which is really easy to grasp, write and read, unlike ubiquitous **JSON** and **YAML**. - Automatically generated prompts based on the `arx.kdl` config, that will allow you to interactively replace placeholders with actual values and (optionally) run only selected actions. @@ -37,6 +37,7 @@ Thanks to [Rich Harris][rich-harris] and his [degit] tool for inspiration. `:^)` [MIT](./LICENSE) + [degit]: https://github.com/Rich-Harris/degit [kdl]: https://github.com/kdl-org/kdl [rich-harris]: https://github.com/Rich-Harris