Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 0835b5b

Browse files
authored
Add deprecation note to README
1 parent a72a50b commit 0835b5b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# scripty
22

3-
[![Latest npm release](https://img.shields.io/npm/v/scripty?logo=npm)](https://www.npmjs.com/package/scripty)
4-
[![Test Status](https://img.shields.io/github/workflow/status/testdouble/scripty/Test/main?logo=github)](https://github.com/testdouble/scripty/actions?query=workflow%3ATest+branch%3Amain)
3+
## ⛔ DEPRECATED ⛔
4+
5+
scripty is deprecated and unmaintained.
6+
7+
Why? The JavaScript package ecosystem has gotten more complicated since April 2016, with scripty predating Bun — and even yarn and pnpm by a few months. Additionally, certain lifecycle scripts (like `preinstall`, `install`, `prepare`, `prepublish`, and `prepack`) may trigger before scripty is available and can't reliably use scripty anyway. Most people will generally be better off explicitly referencing their script files from the `package.json` rather than relying on scripty's convention.
8+
9+
We have no plans to hand off the package or resurrect it, but you are of course welcome to fork it.
510

611
## What is?
712

0 commit comments

Comments
 (0)