- Instant Node Package Manager
- Juzer Ali
- 301字
- 2021-08-04 10:01:46
Chapter 1. Instant Node Package Manager
Welcome to Instant Node Package Manager. This book has been specially created to provide you with all the information that you need to get set up with node.js and npm. You will learn the basic usage of node package manager, get started with building your first node module, and discover some tips and tricks for using the npm command line.
This document contains the following sections:
So, what is Node Package Manager? describes what npm actually is, what you can do with it, and why it's so great.
Installation helps us to learn how to download and install node.js and npm with minimum fuss, and then set it up so that you can use it as soon as possible.
Quick start – creating your first npm module will show you how to perform one of the core tasks of npm: creating and installing node modules with a simple yet powerful example. Follow the steps to create your own node module, and automate installing and publishing the modules, and publish your node module on standard npm registry.
Top 10 features you need to know about will help you to learn how to perform 10 tasks with the most important features of npm. By the end of this section you will be able to install dependencies on external node modules automatically, resolve dependencies by linking locally, publish your code on standard npm registry, create and publish node.js executables, and running arbitrary scripts on certain events.
People and places you should get to know shows that every open source project is centered on a community. This section provides you with many useful links to the project page and forums, as well as a number of helpful articles, tutorials, blogs, and the Twitter feeds of node.js super-contributors.
- DevOps入門(mén)與實(shí)踐
- Windows Forensics Cookbook
- Python數(shù)據(jù)挖掘與機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- ArcGIS By Example
- jQuery開(kāi)發(fā)基礎(chǔ)教程
- Bootstrap 4 Cookbook
- Mastering Unity 2D Game Development(Second Edition)
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- Scala Data Analysis Cookbook
- Solutions Architect's Handbook
- uni-app跨平臺(tái)開(kāi)發(fā)與應(yīng)用從入門(mén)到實(shí)踐
- 青少年學(xué)Python(第2冊(cè))
- TypeScript全棧開(kāi)發(fā)
- INSTANT PLC Programming with RSLogix 5000
- 軟件開(kāi)發(fā)中的決策:權(quán)衡與取舍