Update README.md

This commit is contained in:
Yoni Goldberg
2017-10-19 21:34:45 +03:00
committed by GitHub
parent 60a13d8db0
commit cb0b4c4e93

View File

@ -53,7 +53,11 @@
<br/><br/>
## <img style="float: right;margin-right:20px" src="src="/i0natan/nodebestpractices/raw/master/assets/images/checkmark-green-small.png"> 1.3 Wrap common utilities as NPM packages
## {::nomarkdown}
<img style="float: right;margin-right:20px" src="src="/i0natan/nodebestpractices/raw/master/assets/images/checkmark-green-small.png">
{:/} 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