- Web Development with MongoDB and NodeJS(Second Edition)
- Mithun Satheesh Bruno Joseph D'mello Jason Krol
- 226字
- 2021-07-09 21:12:58
npm – the Node Package Manager
Writing applications with Node is really enjoyable when you realize the sheer wealth of information and tools at your disposal! Using Node's built-in package manager npm, you can find literally tens of thousands of modules that can be installed and used within your application with just a few keystrokes! One of the reasons for the biggest success of Node.js is npm, which is one of the best package managers out there with a very minute learning curve. If this is the first ever package manager that you are getting exposed to, then you should consider yourself lucky!
On a regular month, npm handles more than a billion downloads and it has around 150,000 packages currently available for you to download. You can view the library of available modules by visiting www.npmjs.com. Downloading and installing any module within your application is as simple as executing the npm install package
command. Have you written a module that you want to share with the world? You can package it up using npm and upload it to the public www.npmjs.org registry just as easily! If you are not sure how a module you installed works, the source code is right there in your projects' node_modules/
folder waiting to be explored!!
- MATLAB圖像處理超級學(xué)習(xí)手冊
- Java Web開發(fā)之道
- Raspberry Pi for Secret Agents(Third Edition)
- Web全棧工程師的自我修養(yǎng)
- Mastering Android Development with Kotlin
- Apache Kafka Quick Start Guide
- Python深度學(xué)習(xí):基于TensorFlow
- Android項目實戰(zhàn):手機安全衛(wèi)士開發(fā)案例解析
- Raspberry Pi Robotic Projects(Third Edition)
- Magento 2 Beginners Guide
- ASP.NET Web API Security Essentials
- Qt 4開發(fā)實踐
- 黑莓(BlackBerry)開發(fā)從入門到精通
- Software Development on the SAP HANA Platform
- Visual Basic程序設(shè)計基礎(chǔ)