You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,10 +51,22 @@ To install DepLock, follow these steps:
32
51
# [Optional] Rename and move the binary to your PATH
33
52
mv deplock-<OS>-<ARCH> /usr/local/bin/deplock
34
53
35
-
Uses
36
-
=====
54
+
Alternatively you can build it from source as exaplained below.
55
+
56
+
57
+
Requirements
58
+
============
59
+
60
+
To use DepLock, you need to ensure that you have installed and configured
61
+
the package manager(s) your project needs.
62
+
63
+
For instance, `npm` must be installed to generate `npm` lockfiles.
37
64
38
-
Here's how to get started and use the various commands:
65
+
66
+
Usage
67
+
=======
68
+
69
+
Here is how to get started and use the various commands:
39
70
40
71
.. code-block:: bash
41
72
@@ -45,13 +76,6 @@ Here's how to get started and use the various commands:
45
76
# Display help for a specific command
46
77
deplock [command] --help
47
78
48
-
Supported Ecosystems
49
-
--------------------
50
-
51
-
- **npm**
52
-
- **pnpm**
53
-
- **yarn**
54
-
55
79
Example
56
80
-------
57
81
@@ -72,9 +96,12 @@ Generating lockfile for an npm project:
72
96
Contribution
73
97
=============
74
98
75
-
We welcome contributions from the community! If you find a bug or have an idea for a new feature, please open an issue on the GitHub repository. If you want to contribute code, you can fork the repository, make your changes, and submit a pull request.
99
+
We welcome contributions from the community! If you find a bug or have an idea for a new feature,
100
+
please open an issue on the GitHub repository. If you want to contribute code, you can fork the
101
+
repository, make your changes, and submit a pull request.
76
102
77
-
- Please try to write a good commit message, see `good commit message wiki. <https://aboutcode.readthedocs.io/en/latest/contributing/writing_good_commit_messages.html>`_
103
+
- Please try to write a good commit message, see `good commit message wiki.
0 commit comments