From 0414e7b1c2833ef9b40ce85bd83cad72b6e06c59 Mon Sep 17 00:00:00 2001 From: Yoki Yu <74389358+iamyoki@users.noreply.github.com> Date: Wed, 10 Aug 2022 11:27:31 +0800 Subject: [PATCH] Add better-scripts --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 982de52..88590f4 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. +- [Table of Contents](#table-of-contents) - [Entertainment](#entertainment) - [Music](#music) - [Social Media](#social-media) @@ -234,6 +235,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [npm-check-updates](https://github.com/tjunnone/npm-check-updates) - Find newer versions of package dependencies than what your package.json allows. - [updates](https://github.com/silverwind/updates) - Flexible npm dependency update tool. - [wipe-modules](https://github.com/bntzio/wipe-modules) - Remove `node_modules` of inactive projects. +- [better-scripts](https://github.com/iamyoki/better-scripts) - A better way to organize your npm scripts. ### Boilerplate