From 3ee4210e32769ef05b839c1d9239cb886d4978a8 Mon Sep 17 00:00:00 2001 From: osdevisnot Date: Thu, 14 May 2020 09:53:33 -0700 Subject: [PATCH 1/2] docs: comaprison with klap and microbundle (fix #36) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 59a9e02..1824fe4 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,21 @@ Then use `npm run` or `yarn` to invoke npm scripts as you normally would. > Note: See default [browserslist coverage](https://browserl.ist/?q=%3E1%25%2C+not+ie+11%2C+not+op_mini+all) +## :angel: Alternatives / Related Work + +In some cases, `klap` might not meet your requirements or preferences, consider using [microbundle](https://github.com/developit/microbundle) or [tsdx](https://github.com/jaredpalmer/tsdx). A quick feature comparison between `klap`, `microbundle` and `tsdx` : + +| Feature | klap | [microbundle](https://github.com/developit/microbundle) | [tsdx](https://github.com/jaredpalmer/tsdx) | +| ------------------ | :----------------: | :-----------------------------------------------------: | :-----------------------------------------: | +| Typescript Support | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| No Dependencies | :white_check_mark: | :x: | :x: | +| Scaffolding | :white_check_mark: | :x: | :white_check_mark: | +| Dev Server | :white_check_mark: | :x: | :x: | +| CSS | :x: | :white_check_mark: | :white_check_mark: | +| CSS Modules | :x: | :white_check_mark: | :x: | +| Dev Expressions | :x: | :white_check_mark: | :white_check_mark: | +| Testing/Linting | :x: | :x: | :white_check_mark: | + ## :clinking_glasses: License **klap** is licensed under the [MIT License](http://opensource.org/licenses/MIT). @@ -134,6 +149,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d + This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! From e7b4c50b2eb09cabbf7951c0780b515d0628bd43 Mon Sep 17 00:00:00 2001 From: osdevisnot Date: Thu, 14 May 2020 10:50:10 -0700 Subject: [PATCH 2/2] docs: add dev expressions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1824fe4..2236c11 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,9 @@ In some cases, `klap` might not meet your requirements or preferences, consider | No Dependencies | :white_check_mark: | :x: | :x: | | Scaffolding | :white_check_mark: | :x: | :white_check_mark: | | Dev Server | :white_check_mark: | :x: | :x: | +| Dev Expressions | :white_check_mark: | :white_check_mark: | :white_check_mark: | | CSS | :x: | :white_check_mark: | :white_check_mark: | | CSS Modules | :x: | :white_check_mark: | :x: | -| Dev Expressions | :x: | :white_check_mark: | :white_check_mark: | | Testing/Linting | :x: | :x: | :white_check_mark: | ## :clinking_glasses: License