File size: 1,074 Bytes
61d39e2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Tools Directory

This directory contains tools for developing and running puter.
Each directory inside `/tools` is an npm workspace, so it can have its own
package.json file and dependencies.

## Scripts

### `run-selfhosted.js`

This is the main script for running a local instance of Puter.
It verifies the version of node.js you are running and attempts to explain
any errors that come up if initiating boot fails.

Puter is booted with essential modules, and modules required for local
file storage.

### `gen-release-notes.js`

Generates release notes between a hard-coded pair of versions. These versions
need to be modified manually in the script source before running.

### `check-translations.js`

Checks for missing translations in `src/gui/src/i18n/translations`

## Utilities

### `module-docgen`

Document a module.

## Libraries

### comment-parser

This is a package used by the `license-headers` tool to process existing
comments.

### file-walker

This is used by `license-headers` to walk through
source files.