Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.03 KB

mix workspace.new

Hex.pm hex.pm Documentation

Provides a workspace.new scaffolding tool as an archive.

Installation

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

Usage

Once the archive is installed you can run:

mix workspace.new PATH

and it will scaffold an empty workspace under PATH.

License

Copyright (c) 2023 Panagiotis Nezis, Sportradar

:workspace_new is released under the MIT License. See the LICENSE file for more details.