|
2 周之前 | |
---|---|---|
.. | ||
ai-responses | 3 月之前 | |
api-tester | 4 月之前 | |
comment-parser | 4 月之前 | |
comment-writer | 4 月之前 | |
file-walker | 4 月之前 | |
genwiki | 2 月之前 | |
keygen | 4 月之前 | |
license-headers | 4 月之前 | |
migrations-test | 4 月之前 | |
module-docgen | 4 月之前 | |
token-count-accuracy | 4 月之前 | |
.commit | 10 月之前 | |
README.md | 5 月之前 | |
build_relay.sh | 8 月之前 | |
build_v86.sh | 7 月之前 | |
check-translations.js | 4 月之前 | |
doc_helper.js | 2 月之前 | |
gen-release-notes.js | 3 月之前 | |
l_checker_config.json | 10 月之前 | |
run-selfhosted.js | 2 周之前 |
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.
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
comment-writer
Generates comments in source files using generative AI via Puter's AI drivers.
To use this:
cd
into the tools/comment-writer
directoryconfig.json
and replace auth_token
with your ownnode main.js ../../src/backend/services
module-docgen
Document a module.
This is a package used by the license-headers
tool to process existing
comments.
This is used by license-headers
and comment-writer
to walk through
source files.