From cb0b4c4e93d0c71dd3dabaa6c27a2d7b75b8bf10 Mon Sep 17 00:00:00 2001 From: Yoni Goldberg Date: Thu, 19 Oct 2017 21:34:45 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 271543b9..0b1a34bb 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,11 @@

-## 1.3 Wrap common utilities as NPM packages +## {::nomarkdown} + + + +{:/} 1.3 Wrap common utilities as NPM packages **TL;DR:** In a large app that constitues multiple code base, cross-cutting-conern utilities like logger, encryption and a like, should be wrapped by your own code and exposed as private NPM packages. This makes it shared among multiple code bases and projects