mix template.uninstall (mix_templates v0.2.3)
Mix Template—create customized directory trees
The templating package that allows you to create custom directory trees for your Elixir project.
Manage the local installation and uninstallation of templates used
by mix gen
.
$ mix archive.install hex mix_templates
You probably also need to install the generator:
$ mix archive.install hex mix_generator
A high-level summary:
List the locally installed templates.
List the templates available on hex.
mix template.install «source»
Install a template from source.
mix template.uninstall «name»
Uninstall the template with the given name.
mix template «name» --help Get template-specific help. Useful to discover the extra options a template supports. The «source» can be path/ the path to a local directory tree containing the template git https://path/to/git/repo git https://path/to/git/repo branch git_branch git https://path/to/git/repo tag git_tag git https://path/to/git/repo ref git_ref install from a git repository github user/project github user/project branch git_branch github user/project tag git_tag github user/project ref git_ref install from github from the given user and project hex hex_package hex hex_package 1.2.3 install from a hex package. Use mix template.hex to find available packages. Templates are installed in $MIX_HOME/templates (by default ~/.mix/templates). Details for each individual task can be found using
mix help template,
mix help tmplate.hexand so on. See
Mix.Tasks.Gen` (in project :mix_generator) for details of how to use these templates. Apache 2.0. See LICENSE.md for details. For information on writing your own templates, see the moduledoc for MixTemplates, also in this package.
Link to this section Summary
Functions
Callback implementation for Mix.Task.run/1
.
Link to this section Functions
run(list)
Callback implementation for Mix.Task.run/1
.