Skip to content

Commit

Permalink
Add README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed May 13, 2024
1 parent 2647c39 commit 4d8ee43
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cascade/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Cascade

[![Hex.pm](https://img.shields.io/hexpm/v/cascade.svg)](https://hex.pm/packages/cascade)
[![hex.pm](https://img.shields.io/hexpm/l/cascade.svg)](https://hex.pm/packages/cascade)
[![Documentation](https://img.shields.io/badge/-Documentation-blueviolet)](https://hexdocs.pm/cascade/index.html)

Generate code from templates.

`Cascade` provides an easy to use interface for generating code from a set of
Expand Down
4 changes: 4 additions & 0 deletions cli_options/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CliOptions

[![Hex.pm](https://img.shields.io/hexpm/v/cli_options.svg)](https://hex.pm/packages/cli_options)
[![hex.pm](https://img.shields.io/hexpm/l/cli_options.svg)](https://hex.pm/packages/cli_options)
[![Documentation](https://img.shields.io/badge/-Documentation-blueviolet)](https://hexdocs.pm/cli_options/index.html)

An opinionated command line arguments parser.

`CliOptions` is an alternative to `OptionParser` that allows you to validate CLI
Expand Down
4 changes: 4 additions & 0 deletions workspace/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Workspace

[![Hex.pm](https://img.shields.io/hexpm/v/workspace.svg)](https://hex.pm/packages/workspace)
[![hex.pm](https://img.shields.io/hexpm/l/workspace.svg)](https://hex.pm/packages/workspace)
[![Documentation](https://img.shields.io/badge/-Documentation-blueviolet)](https://hexdocs.pm/workspace/index.html)

`Workspace` provides a set of tools for working with **elixir monorepos**.

> #### What is a monorepo? {: .neutral}
Expand Down
4 changes: 4 additions & 0 deletions workspace_new/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# mix workspace.new

[![Hex.pm](https://img.shields.io/hexpm/v/workspace_new.svg)](https://hex.pm/packages/workspace_new)
[![hex.pm](https://img.shields.io/hexpm/l/workspace_new.svg)](https://hex.pm/packages/workspace_new)
[![Documentation](https://img.shields.io/badge/-Documentation-blueviolet)](https://hexdocs.pm/workspace_new/index.html)

Provides a `workspace.new` scaffolding tool as an archive.

## Installation
Expand Down

0 comments on commit 4d8ee43

Please sign in to comment.