1 |
* OSN Commons |
2 |
|
3 |
OSN Commons is a collection of reusable code and components |
4 |
designed to simplify the development of software projects. Inspired by |
5 |
GNULib, OSN Commons provides you a wide range of functionalities that |
6 |
can be easily integrated into your projects, giving you a smooth |
7 |
development experience so that you can focus on important things. |
8 |
|
9 |
** Getting Started |
10 |
|
11 |
To get started, follow these steps: |
12 |
|
13 |
1. *Download OSN Commons:* |
14 |
You can clone the entire repository: |
15 |
#+BEGIN_SRC bash |
16 |
git clone https://github.com/onesoft-sudo/commons.git |
17 |
#+END_SRC |
18 |
Or, you can browse the code, and pick the tools you need and only |
19 |
download them. Most of these programs and tools are standalone. |
20 |
|
21 |
2. *Requirements:* |
22 |
Ensure that you have the required runtimes installed to be able to |
23 |
use some of the programs included in OSN commons. Here is the full |
24 |
list of tools you need to have installed: |
25 |
|
26 |
+ Node.js v20 or later |
27 |
+ A POSIX-compliant shell (e.g. Dash) |
28 |
|
29 |
3. *Include the tools in your project:* |
30 |
You can just copy and paste these programs into your project, as |
31 |
most of these are standalone and will work as expected. |
32 |
|
33 |
We recommend putting these tools inside a specific directory like |
34 |
=build-aux= or =scripts=. |
35 |
|
36 |
** Licensing |
37 |
|
38 |
Copyright (C) 2024 OSN, Inc. |
39 |
|
40 |
OSN Commons is licensed under the [[https://gnu.org/licenses/gpl-3.0.html][GNU General Public License v3.0 or later]]. |
41 |
It is a free software project. |
42 |
|
43 |
[[https://www.gnu.org/graphics/gplv3-with-text-136x68.png]] |