Downloading Manifest Files
In this guide you will find how to download manifest files locally.
Downloading From Version Control Software
GitHub, GitLab, BitBucket
Go to your repository and look for the manifest file in the repository listing. For example:
React
(https://github.com/facebook/react) is a Javascript project, which means it can use npm
or yarn
package
managers. Those package managers are using package-lock.json
and yarn.lock
as lockfiles which are supported by our
system. If we look closely at the directory listing we can see that the file yarn.lock
is found in the root
of the project tree. Almost every main manifest and lockfile will be located at the root of the project tree.
Click on the yarn.lock
file and then download it via the options above:
The downloaded file then can be used with our system "import from manifest" mechanism.