Similar to scancode, we need to add a deltacode and ./deltacode.bat top level script.
This entrypoint script allows a user to simply run ./deltacode after cloning or downloading our deltacode repo. Its main responsibility is handle the initial configuration automatically.
This makes it easier from and end-user point of view. We will also want to include this in our release script.
Similar to scancode, we need to add a
deltacodeand./deltacode.battop level script.This entrypoint script allows a user to simply run
./deltacodeafter cloning or downloading our deltacode repo. Its main responsibility is handle the initial configuration automatically.This makes it easier from and end-user point of view. We will also want to include this in our release script.