From 5cc914c5af5fe4355184c2b6ba67853e41a32e4f Mon Sep 17 00:00:00 2001 From: Rafael Pedicini Date: Sun, 20 Dec 2020 15:50:54 -0500 Subject: [PATCH] Add Rollpkg to other solutions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bcce6901..2f013399 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,9 @@ This is inspired by `react-scripts`. ## Other Solutions -I'm not aware of any, if you are please [make a pull request][prs] and add it +If you are aware of any please [make a pull request][prs] and add it here! Again, this is a very specific-to-me solution. +- [Rollpkg](https://github.com/rafgraph/rollpkg) - convention over config build tool to create packages with TypeScript and Rollup. ## Issues