Recently I developed an npm package "beatific" (https://www.npmjs.com/package/beatific)
which eradicates the need to install the following packages
- mongoose
- bcrypt/bcryptjs/bcrypt-nodejs
- jsonwebtoken
- morgan
- helmet
- compression
This package inherits the functionalities of each of the above package and wraps them into easy syntax.
And one more amazing functionality of this package is that it generates the dockerfile of your nodejs project automatically.
If you like this, do give its github repo a star (https://github.com/yashvardhan-kukreja/npm-beatific) and, PRs and suggestions are always welcome :)
Top comments (2)
I think youre write your docs about helmet wrong. Its same as
compresion()
Oh, I just noticed, I'll fix that. Actually, their usage is exactly same, so I might have mistyped it. Thank you for noticing and mentioning about it :)