Refactor setup workflow
This commit is contained in:
20
Commands/Lang/mod.just
Normal file
20
Commands/Lang/mod.just
Normal file
@@ -0,0 +1,20 @@
|
||||
project_root := justfile_directory()
|
||||
scripts_dir := project_root + "/Scripts"
|
||||
|
||||
node:
|
||||
bash '{{scripts_dir}}/node.sh'
|
||||
|
||||
go:
|
||||
bash '{{scripts_dir}}/go.sh'
|
||||
|
||||
rust:
|
||||
bash '{{scripts_dir}}/rust.sh'
|
||||
|
||||
python:
|
||||
bash '{{scripts_dir}}/python.sh'
|
||||
|
||||
r:
|
||||
bash '{{scripts_dir}}/r.sh'
|
||||
|
||||
cpp:
|
||||
bash '{{scripts_dir}}/cpp.sh'
|
||||
Reference in New Issue
Block a user