10 |
|
|
11 |
To get started, follow these steps: |
To get started, follow these steps: |
12 |
|
|
13 |
1. *Download OSN Commons:* |
**** Download OSN Commons |
|
You can clone the entire repository: |
|
|
#+BEGIN_SRC bash |
|
|
git clone https://github.com/onesoft-sudo/commons.git |
|
|
#+END_SRC |
|
|
Or, you can browse the code, and pick the tools you need and only |
|
|
download them. Most of these programs and tools are standalone. |
|
|
|
|
|
2. *Requirements:* |
|
|
Ensure that you have the required runtimes installed to be able to |
|
|
use some of the programs included in OSN commons. Here is the full |
|
|
list of tools you need to have installed: |
|
14 |
|
|
15 |
+ Node.js v20 or later |
You can clone the entire repository: |
16 |
+ A POSIX-compliant shell (e.g. Dash) |
#+BEGIN_SRC bash |
17 |
|
git clone https://github.com/onesoft-sudo/commons.git |
18 |
|
#+END_SRC |
19 |
|
Or, you can browse the code, and pick the tools you need and only |
20 |
|
download them. Most of these programs and tools are standalone. |
21 |
|
|
22 |
|
**** Requirements |
23 |
|
|
24 |
|
Ensure that you have the required runtimes installed to be able to |
25 |
|
use some of the programs included in OSN commons. Here is the full |
26 |
|
list of tools you need to have installed: |
27 |
|
|
28 |
|
+ Node.js v20 or later |
29 |
|
+ A POSIX-compliant shell (e.g. Dash) |
30 |
|
|
31 |
3. *Include the tools in your project:* |
**** Include the tools in your project |
|
You can just copy and paste these programs into your project, as |
|
|
most of these are standalone and will work as expected. |
|
32 |
|
|
33 |
We recommend putting these tools inside a specific directory like |
You can just copy and paste these programs into your project, as |
34 |
=build-aux= or =scripts=. |
most of these are standalone and will work as expected. |
35 |
|
We recommend putting these tools inside a specific directory like |
36 |
|
=build-aux= or =scripts=. |
37 |
|
|
38 |
** Licensing |
** Licensing |
39 |
|
|