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>
pull/2088/head
Guy Khmelnitsky 3 years ago committed by GitHub
parent 1ac9755f98
commit 627bded87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/107-nodejs/content/102-nodejs-npm/103-using-packages.md

@ -1 +1,6 @@
# Using packages
# Using Packages
Open source Node modules are very powerful as you can instantly get access to the functionality that you’d 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>

Loading…
Cancel
Save