Files
2025-12-20 05:18:26 -08:00
..
2025-12-20 05:18:26 -08:00
2025-12-20 05:18:26 -08:00
2025-12-20 05:18:26 -08:00
2025-12-20 05:18:26 -08:00
2025-12-20 05:18:26 -08:00
2021-03-04 21:51:20 +08:00
2025-12-20 05:18:26 -08:00
2022-02-21 04:29:11 -06:00
2025-12-20 05:18:26 -08:00

Bootstrap System

Purpose

This system is responsible for bootstrapping the core scripting languages we use in our build and systems tooling.

  • Node
  • Python

This will use the versions specified in 'dependencies.sh' at the repository root.

Usage

node, node.bat, node._ps1 will run node <commands> where <commands> are anything specified after the script, in the context of the /tools folder.

python, python.bat, python._ps1 will run python <commands> where <commands> are anything specified after the script, in the context of the /tools folder.