Multi-software package management method and device
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- CHINA CONSTRUCTION BANK
- Publication Date
- 2021-03-26
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of software package management, in particular to a method and device for managing multiple software packages. Background technique
[0002] With the development of technology, the concept of multi-package management has emerged. A code base usually splits its functionality into core parts and other parts, each of which is published as an npm package. Package users can usually choose which other packages to use after referencing and using the core package. As projects become more complex, multi-package management becomes complex, especially managing project dependencies and package releases. In terms of dependency management, because npm only recognizes the package.json file in the root directory, it is necessary to enter each package to install dependencies when installing dependencies. When publishing software packages, the version number of each package must be modified one by one, and published to the ...