Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drumusician/baco

🔧Useful tool to use inside your Mix projects
https://github.com/drumusician/baco

elixir mix tools

Last synced: 2 days ago
JSON representation

🔧Useful tool to use inside your Mix projects

Awesome Lists containing this project

README

        

# 🔧 Baco

Useful tool to use inside your Mix projects.

Very much in alpha state.

Currently this project provides 4 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 projec
- mix convert.phx_root_config (Move asset configs to root of project)

## Installation

```bash
mix archive.install hex baco
```