Provides a workspace.new
scaffolding tool as an archive.
To install from Hex, run:
mix archive.install hex workspace_new
To build and install it locally, run from within the workspace_new
path:
# remove any existing version
mix archive.uninstall workspace_new
# install it from the workspace_new folder
MIX_ENV=prod mix do archive.build, archive.install
Once the archive is installed you can run:
mix workspace.new PATH
and it will scaffold an empty workspace under PATH
.
Copyright (c) 2023 Panagiotis Nezis, Sportradar
:workspace_new
is released under the MIT License. See the LICENSE file for more
details.