Skip to content

Commit

Permalink
adding license info. Adding logo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maze-d committed Apr 17, 2024
1 parent 8bf6f81 commit 6cbdca2
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ SPDX-License-Identifier: Apache-2.0
[![Coverage Status](https://coveralls.io/repos/github/a-maze-d/fledex/badge.svg?branch=main)](https://coveralls.io/github/a-maze-d/fledex?branch=main)
[![Downloads](https://img.shields.io/hexpm/dt/fledex.svg)](https://hex.pm/packages/fledex)

<img src="docs/fledex_logo.svg" width=100/>

Fledex is a small [Elixir](https://elixir-lang.org/) library It really is intended for educational purposes.
It is written for a RaspberryPi Zero W running [Nerves](https://nerves-project.org/) especially with a [Nerves-Livebook](https://hexdocs.pm/nerves/getting-started.html#nerves-livebook).
Expand Down
20 changes: 20 additions & 0 deletions docs/fledex.cheatmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!--
Copyright 2024, Matthias Reik <fledex@reik.org>

SPDX-License-Identifier: Apache-2.0
-->

At this point this is just a collection of ideas on waht to writ in the cheat sheet. Once we have all the information we should format it in the correct way.

# initialization
* use fledex

# macros
* animation
* static
* effect
* component

# utilities
* job
(* coordinator)
3 changes: 3 additions & 0 deletions docs/fledex_logo.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Copyright 2024, Matthias Reik <fledex@reik.org>

SPDX-License-Identifier: Apache-2.0
3 changes: 3 additions & 0 deletions docs/fledex_logo.svg.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Copyright 2024, Matthias Reik <fledex@reik.org>

SPDX-License-Identifier: Apache-2.0
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ defmodule Fledex.MixProject do

defp copy_doc_images(_) do
images = [
{"docs/fledex_logo.svg", "doc/fledex_logo.svg"},
{"docs/architecture.drawio.svg", "doc/architecture.drawio.svg"},
{"docs/hardware.drawio.svg", "doc/hardware.drawio.svg"},
{"docs/hardware-Page-2.drawio.svg", "doc/hardware-Page-2.drawio.svg"}
Expand Down

0 comments on commit 6cbdca2

Please sign in to comment.