Skip to content

Commit

Permalink
Add deprecation note to README (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
smikula authored Nov 30, 2023
1 parent 07b3bda commit 76fe37e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# 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.
Expand Down

0 comments on commit 76fe37e

Please sign in to comment.