Commit Graph

  • c041d51c59 update install scripts main Moritz Hölting 2024-10-01 12:41:44 +0200
  • 0dae705a20 prepare release of version 0.1.0 v0.1.0 Moritz Hölting 2024-10-01 12:29:50 +0200
  • 84c348782a change to dual license and final fixes for release Moritz Hölting 2024-09-30 17:01:06 +0200
  • 625e3f0e5f add CONTRIBUTING and CODE_OF_CONDUCT Moritz Hölting 2024-09-22 23:28:41 +0200
  • b3e6fa0b00 implement basic migration subcommand Moritz Hölting 2024-09-22 23:01:05 +0200
  • 2cea801bc7 update dependency version and add check flag to build Moritz Hölting 2024-09-22 13:39:57 +0200
  • 4e5089bb89 update shulkerscript-lang dependency Moritz Hölting 2024-09-19 21:04:56 +0200
  • bc6975e52f allow running commands in subfolder of project Moritz Hölting 2024-06-26 21:16:18 +0200
  • 8c9e32e0ec fix incorrect pack version and setup human panic Moritz Hölting 2024-06-24 21:55:06 +0200
  • 7da26c9590 add interactive mode for init command Moritz Hölting 2024-06-17 16:37:33 +0200
  • e8ac54f231 seperate shell and internal commands in watch subcommand Moritz Hölting 2024-06-17 09:04:42 +0200
  • 916901e81a add tracing as global option Moritz Hölting 2024-06-16 21:59:02 +0200
  • 9a14d547ce fix working_dir in watch command Moritz Hölting 2024-06-13 20:45:16 +0200
  • eaeb4166da change watch command to work with arbitrary commands Moritz Hölting 2024-06-13 10:38:16 +0200
  • 0284eccfcd merge build and package command Moritz Hölting 2024-06-12 22:43:57 +0200
  • cc6cf18406 implement watch command Moritz Hölting 2024-06-12 22:25:09 +0200
  • 055206f7c8 fix typo in cargo install command Moritz Hölting 2024-06-12 18:36:46 +0200
  • 141cdb2648 change project name from shulkerscript to shulkerscript-cli Moritz Hölting 2024-06-12 18:27:33 +0200
  • 3c279083c7 copy pack.png to output in build and package subcommand Moritz Hölting 2024-06-12 18:13:45 +0200
  • 41416ffc38 add changelog Moritz Hölting 2024-06-10 16:55:05 +0200
  • 61959b17e9 add option for asset folder Moritz Hölting 2024-06-10 16:01:06 +0200
  • 074bf4cc9d add support for .env file Moritz Hölting 2024-06-10 15:22:05 +0200
  • 3ecf03ebf0 update shulkerscript-lang and shulkerbox dependencies Moritz Hölting 2024-06-10 10:31:07 +0200
  • d17c7a3b9c update project metadata and license information Moritz Hölting 2024-06-10 10:02:17 +0200
  • 825e1e5a29 update build and package commands to use output argument or environment variable Moritz Hölting 2024-06-10 09:30:01 +0200
  • 0528501f07 change build and package commands to use all shu files in src directory instead of only main.shu Moritz Hölting 2024-06-09 21:22:13 +0200
  • ebb8fff3d3 add clean subcommand to CLI Moritz Hölting 2024-06-09 20:17:48 +0200
  • cfb8eac3f9 switch from thiserror to color-eyre Moritz Hölting 2024-04-16 16:02:50 +0200
  • 82d085b11e Implement package subcommand Moritz Hölting 2024-04-13 13:56:09 +0200
  • 742d128030 Add path-absolutize crate and use it in build.rs and init.rs Moritz Hölting 2024-04-09 11:40:51 +0200
  • 0432c8466e Add git commit during initialisation Moritz Hölting 2024-04-06 23:02:43 +0200
  • 0e5f8b9f4b Add git2 crate for Git integration of init subcommand Moritz Hölting 2024-04-06 22:03:00 +0200
  • fbb76bb3d2 Include namespace when using init command Moritz Hölting 2024-04-06 21:48:41 +0200
  • fd20fec53c Change subcommand name from Compile to Build Moritz Hölting 2024-04-02 22:20:15 +0200
  • 54e536d11f Use structs instead of enum structs, add first implementations of other subcommands Moritz Hölting 2024-04-02 19:29:58 +0200
  • d7a3f19967 Add default main.shu file to init command Moritz Hölting 2024-04-01 19:30:56 +0200
  • b7617a1675 Add README.md file with instructions for using the Shulkerscript cli tool Moritz Hölting 2024-03-29 19:34:21 +0100
  • d9a4debe37 Add pack.png file to init command Moritz Hölting 2024-03-29 19:26:31 +0100
  • 25890fc392 Add init command Moritz Hölting 2024-03-27 13:58:09 +0100