Peacock/packaging
Reece Dunham 627d1fe465
refactor(cli): Move the CLI into its own file
Signed-off-by: Reece Dunham <me@rdil.rocks>
2024-04-18 09:30:52 -04:00
..
add_itemsize chore: Upgrade to Prettier v3 2024-04-02 09:12:57 -04:00
eslint Update copyright years to 2024 2024-01-13 22:09:07 -05:00
typedefs Bump version to v7.0.0 2024-04-03 21:33:12 -04:00
HOW_TO_USE.html chore: Upgrade to Prettier v3 2024-04-02 09:12:57 -04:00
README.md feat(plugins): Load plugins from "plugins" folder (#1) 2022-10-21 09:44:24 -04:00
Start Server.cmd Skip inclusion of helper cmd files in lite version 2023-04-08 22:42:51 -04:00
Tools.cmd Skip inclusion of helper cmd files in lite version 2023-04-08 22:42:51 -04:00
build.mjs refactor(cli): Move the CLI into its own file 2024-04-18 09:30:52 -04:00
buildPlugins.mjs Update copyright years to 2024 2024-01-13 22:09:07 -05:00
buildTasks.mjs refactor(cli): Move the CLI into its own file 2024-04-18 09:30:52 -04:00
ciAssemble.sh Update copyright years to 2024 2024-01-13 22:09:07 -05:00
devLoader.mjs refactor(cli): Move the CLI into its own file 2024-04-18 09:30:52 -04:00
esbuild-plugin-license.mjs Update copyright years to 2024 2024-01-13 22:09:07 -05:00
extractChallengeData.mjs Change challenge pack order index in script 2024-04-06 13:41:09 +01:00
extractElusivesChallengeData.mjs Bump game version 2024-03-22 15:43:38 +00:00
json5ToJson.mjs Update copyright years to 2024 2024-01-13 22:09:07 -05:00
versionTypedefsPackageJson.mjs Update copyright years to 2024 2024-01-13 22:09:07 -05:00

README.md

Packaging / Tools

This folder contains some tools related to the build/packaging/deployment infrastructure of the project.

  • build.mjs - The esbuild configuration for the server in production.
  • buildTasks.mjs - Pre-bundling of specific files.
  • devLoader.mjs - Starts the server in the development environment.
  • esbuild-plugin-license.mjs - esbuild plugin that automatically updates the THIRDPARTYNOTICES.txt file.
  • extractChallengeData.mjs - a little CLI tool for downloading challenges from the IOI servers.
  • HOW_TO_USE.html - legacy help file.
  • json5ToJson.mjs - Converts a JSON5 file to a JSON file with the same name ( but the JSON extension).