Utilities
Utilities provide an easy mechanism for calling functions from makes without having to specify them on any file.
makePythonLock
You can generate a poetry.lock
for
makePythonEnvironment
like this:
- Supported
python_version
s are3.9
,3.10
,3.11
and3.12
-
project
is the absolute path to a Python project containing apyproject.toml
file. Example:
makeRubyLock
You can generate a sourcesYaml
for
makeRubyGemsEnvironment
like this:
- Supported
ruby_version
s are:3.1
,3.2
and3.3
. -
dependencies_yaml
is the absolute path to a YAML file mapping RubyGems gems to version constraints. Example: -
sources_yaml
is the absolute path to a file were the script will output results.