Commit Graph

29 Commits

Author SHA1 Message Date
Moritz Hölting e8ac54f231 seperate shell and internal commands in watch subcommand 2024-06-17 09:04:42 +02:00
Moritz Hölting 916901e81a add tracing as global option 2024-06-16 21:59:02 +02:00
Moritz Hölting 9a14d547ce fix working_dir in watch command 2024-06-13 20:45:16 +02:00
Moritz Hölting eaeb4166da change watch command to work with arbitrary commands 2024-06-13 10:38:16 +02:00
Moritz Hölting 0284eccfcd merge build and package command 2024-06-12 22:43:57 +02:00
Moritz Hölting cc6cf18406 implement watch command 2024-06-12 22:25:09 +02:00
Moritz Hölting 055206f7c8 fix typo in cargo install command 2024-06-12 18:36:46 +02:00
Moritz Hölting 141cdb2648 change project name from shulkerscript to shulkerscript-cli 2024-06-12 18:27:33 +02:00
Moritz Hölting 3c279083c7 copy pack.png to output in build and package subcommand 2024-06-12 18:13:45 +02:00
Moritz Hölting 41416ffc38 add changelog 2024-06-10 16:55:05 +02:00
Moritz Hölting 61959b17e9 add option for asset folder 2024-06-10 16:01:06 +02:00
Moritz Hölting 074bf4cc9d add support for .env file 2024-06-10 15:22:05 +02:00
Moritz Hölting 3ecf03ebf0 update shulkerscript-lang and shulkerbox dependencies 2024-06-10 10:31:07 +02:00
Moritz Hölting d17c7a3b9c update project metadata and license information 2024-06-10 10:02:17 +02:00
Moritz Hölting 825e1e5a29 update build and package commands
to use output argument or environment variable
2024-06-10 09:30:07 +02:00
Moritz Hölting 0528501f07 change build and package commands to use all shu files in src directory instead of only main.shu 2024-06-09 21:22:13 +02:00
Moritz Hölting ebb8fff3d3 add clean subcommand to CLI 2024-06-09 20:17:48 +02:00
Moritz Hölting cfb8eac3f9 switch from thiserror to color-eyre 2024-04-16 16:03:59 +02:00
Moritz Hölting 82d085b11e Implement package subcommand 2024-04-13 13:56:09 +02:00
Moritz Hölting 742d128030 Add path-absolutize crate and use it in build.rs and init.rs 2024-04-09 11:40:51 +02:00
Moritz Hölting 0432c8466e Add git commit during initialisation 2024-04-06 23:02:43 +02:00
Moritz Hölting 0e5f8b9f4b Add git2 crate for Git integration of init subcommand 2024-04-06 22:03:00 +02:00
Moritz Hölting fbb76bb3d2 Include namespace when using init command 2024-04-06 21:48:41 +02:00
Moritz Hölting fd20fec53c Change subcommand name from Compile to Build 2024-04-02 22:20:15 +02:00
Moritz Hölting 54e536d11f Use structs instead of enum structs, add first implementations of other subcommands 2024-04-02 19:29:58 +02:00
Moritz Hölting d7a3f19967 Add default main.shu file to init command 2024-04-01 19:30:56 +02:00
Moritz Hölting b7617a1675 Add README.md file with instructions for using the Shulkerscript cli tool 2024-03-29 19:34:21 +01:00
Moritz Hölting d9a4debe37 Add pack.png file to init command 2024-03-29 19:26:31 +01:00
Moritz Hölting 25890fc392 Add init command 2024-03-27 13:58:09 +01:00