Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Aug 23, 2023
1 parent 52accbb commit 4a01135
Show file tree
Hide file tree
Showing 5 changed files with 600 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
<p align="center">
<img src="https://github.com/openpeeps/PKG/blob/main/.github/logo.png" width="90px"><br>Supranim template for developing cool packages & libraries.<br>👑 Written in Nim language
<img src="https://github.com/supranim/money/blob/main/.github/logo.png" width="90px"><br>Create, calculate and format money in 👑 Nim language.
</p>

<p align="center">
<code>nimble install {PKG}</code>
<code>nimble install money</code>
</p>

<p align="center">
<a href="https://github.com/">API reference</a><br>
<img src="https://github.com/supranim/temple/workflows/test/badge.svg" alt="Github Actions"> <img src="https://github.com/supranim/temple/workflows/docs/badge.svg" alt="Github Actions">
<a href="#">API reference</a><br>
<img src="https://github.com/supranim/money/workflows/test/badge.svg" alt="Github Actions"> <img src="https://github.com/supranim/money/workflows/docs/badge.svg" alt="Github Actions">
</p>

## 😍 Key Features
-
- Framework agnostic

## Examples
...

## Todo
Use `bigints` instead

### ❤ Contributions & Support
- 🐛 Found a bug? [Create a new Issue](https://github.com/supranim/temple/issues)
- 👋 Wanna help? [Fork it!](https://github.com/supranim/temple/fork)
- 🐛 Found a bug? [Create a new Issue](https://github.com/supranim/money/issues)
- 👋 Wanna help? [Fork it!](https://github.com/supranim/money/fork)
- 😎 [Get €20 in cloud credits from Hetzner](https://hetzner.cloud/?ref=Hm0mYGM9NxZ4)
- 🥰 [Donate via PayPal address](https://www.paypal.com/donate/?hosted_button_id=RJK3ZTDWPL55C)

Expand Down
15 changes: 15 additions & 0 deletions money.nimble
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Package

version = "0.1.0"
author = "Supranim"
description = "Create, calculate and format money in Nim language"
license = "MIT"
srcDir = "src"

# Dependencies

requires "nim >= 1.6.12"
requires "bigints"

task dev, "development build":
exec "nim c --out:./bin/money src/money.nim"
Loading

0 comments on commit 4a01135

Please sign in to comment.