Skip to content

Commit d17efcc

Browse files
committed
docs: README badges
1 parent 86dc190 commit d17efcc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# devenv.new
22

3-
A Mix task that wraps any Elixir Mix project generator in a [devenv.sh](https://devenv.sh) environment.
3+
![Elixir CI](https://github.com/serpent213/devenv_new/workflows/Elixir%20CI/badge.svg)
4+
[![License: MIT](https://img.shields.io/badge/License-0BSD-yellow.svg)](https://opensource.org/licenses/0BSD)
5+
[![Hex version badge](https://img.shields.io/hexpm/v/devenv_new.svg)](https://hex.pm/packages/devenv_new)
6+
[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/devenv_new)
7+
8+
A Mix task that wraps any Elixir Mix project generator in a [devenv.sh](https://devenv.sh/getting-started/) environment.
9+
10+
Note that you can [install Nix](https://nixos.org/download/) on top of macOS or most Linux distros without requiring
11+
a full NixOS setup.
412

513
## Installation
614

0 commit comments

Comments
 (0)