Skip to content

santicalleg/elixir_scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScaffoldCa

Elixir plugin to create an elixir application based on Clean Architecture following our best practices!

Test locally

Run the following command to build an artifact.

$ mix archive.build

It generates a file with name like:

scaffold_ca-x.x.x.ez

Install package:

$ mix archive.install scaffold_ca-x.x.x.ez

Installation

Verify what dependencies do you have, please run

$ mix archive

First you need to install the dependency locally

$ mix archive.install hex scaffold_ca x.x.x

Verify that the dependency was installed successfully, run

$ mix help

And you must see the following tasks:

$ mix ca.new.structure
$ mix ca.new.model

If available in Hex, the package can be installed by adding scaffold_ca to your list of dependencies in mix.exs:

def deps do
  [
    {:scaffold_ca, "~> 0.1.0"}
  ]
end

Uninstall

Verify what dependencies do you have, please run

$ mix archive

If you need to uninstall local packages or if you have an old version, please uninstall it with

$ mix archive.uninstall scaffold_ca x.x.x

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/scaffold_ca.

About

This is a scaffold to creates a new project with clean architecture structure

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages