Packages

A Useful tool to use inside your Mix projects

Current section

Files

Jump to
baco README.md
Raw

README.md

# đŸ”§ Baco
Useful tool to use inside your Mix projects.
Very much in alpha state.
Currently this project provides 3 tasks and is most useful when installed as a global archive.
* mix generate.task (create a new mix task)
* mix generate.api (create a new api endpoint)
* mix escript.new (create a new escript powered mix project)
## Installation
```bash
mix archive.install hex baco
```