From 2bd488070f7d797168baf06be7cc8c1cdd7f6fbd Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Tue, 18 Jul 2023 01:19:58 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e4a83ad..5f4120e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ in a portable, simple config. You might use it to chain multiple commands into a unified build process, format and lint your documents, or more. +The advantage over make is that this is auto documented, and will automatically load your scripts +from the directory that contains `pubspec.yaml`, instead of having to find the root project dirctory +manually. + This project was developed with inspiration from NPM's `scripts` inside `package.json` and is meant to work similarly, though it can be customized to fit your needs more specifically.