From 708579fbe0940ad6c34b17a92ccbab7cd511d222 Mon Sep 17 00:00:00 2001 From: Scott Mikula Date: Thu, 30 Nov 2023 10:51:29 -0800 Subject: [PATCH] Add deprecation notice to README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d54bd1f..14d3aaa 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # good-fences -> "Good fences make good neighbors." -— Robert Frost, [*Mending Wall*](https://www.poetryfoundation.org/poems/44266/mending-wall) +---- +The JavaScript version of `good-fences` is no longer maintained. Please see [`good-fences-rs`](https://github.com/Adjective-Object/good-fences-rs-core). +---- ## What is good-fences? +> "Good fences make good neighbors." +— Robert Frost, [*Mending Wall*](https://www.poetryfoundation.org/poems/44266/mending-wall) + Good-fences is a tool that allows you to segment a TypeScript project into conceptual areas and manage dependencies between those areas. This is mostly a concern for large projects with many people working on them, where it is impossible for every developer to have a wholistic understanding of the entire codebase.