1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Add content for how to use packages (#2073)

* NodeJS documentation - Using Packages

* Update content/roadmaps/107-nodejs/content/102-nodejs-npm/103-using-packages.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Guy Khmelnitsky
2022-10-03 23:43:03 +03:00
committed by GitHub
parent 1ac9755f98
commit 627bded87d

View File

@@ -1 +1,6 @@
# Using packages
# Using Packages
Open source Node modules are very powerful as you can instantly get access to the functionality that youd otherwise have to write yourself. We normally use CommonJS or ESM to import an installed package.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://learn.coderslang.com/0014-how-to-import-and-use-npm-modules/'>How to import and use npm modules</BadgeLink>