Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drumusician/baco
- Owner: drumusician
- Created: 2018-11-16T09:04:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T00:17:27.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T13:02:51.199Z (26 days ago)
- Topics: elixir, mix, tools
- Language: Elixir
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```