Skip to content

Commit 423c5bc

Browse files
committed
feat: implement drivers
1 parent 1eff514 commit 423c5bc

30 files changed

Lines changed: 4705 additions & 992 deletions

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 👉 [Please follow one of these issue templates](https://github.com/AthennaIO/Template/issues/new/choose) 👈
1+
## 👉 [Please follow one of these issue templates](https://github.com/AthennaIO/Storage/issues/new/choose) 👈
22

33
<!-- Love Athenna? Please consider supporting our collective: 👉 https://opencollective.com/athenna/donate -->
44

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body:
3636
label: Version
3737
description: |
3838
The version you are using.
39-
Is it the [latest](https://github.com/AthennaIO/Template/releases)? Test and see if the bug has already been fixed.
39+
Is it the [latest](https://github.com/AthennaIO/Storage/releases)? Test and see if the bug has already been fixed.
4040
placeholder: ex. 1.0.0
4141
validations:
4242
required: true

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
id: solution
1919
attributes:
2020
label: Motivation
21-
description: Outline your motivation for the proposal. How will it make @athenna/template better?
21+
description: Outline your motivation for the proposal. How will it make @athenna/storage better?
2222
validations:
2323
required: true
2424
- type: textarea

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ creating the PR. If you're unsure about any of them, don't hesitate to ask.
2323
We're here to help! This is simply a reminder of what we are going to look
2424
for before merging your code._
2525

26-
- [ ] I have read the [CONTRIBUTING](https://github.com/AthennaIO/Template/blob/master/CONTRIBUTING.md) documentation
26+
- [ ] I have read the [CONTRIBUTING](https://github.com/AthennaIO/Storage/blob/master/CONTRIBUTING.md) documentation
2727
- [ ] Lint and unit tests pass locally with my changes
2828
- [ ] I have added tests that prove my fix is effective or that my feature works.
2929
- [ ] I have added necessary documentation (if appropriate)

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Template 📔
1+
# Storage 🗃️
22

3-
> Template for new projects
3+
> The Athenna filesystem provider.
44
55
[![GitHub followers](https://img.shields.io/github/followers/athennaio.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/athennaio?tab=followers)
6-
[![GitHub stars](https://img.shields.io/github/stars/AthennaIO/Template.svg?style=social&label=Star&maxAge=2592000)](https://github.com/AthennaIO/Template/stargazers/)
6+
[![GitHub stars](https://img.shields.io/github/stars/AthennaIO/Storage.svg?style=social&label=Star&maxAge=2592000)](https://github.com/AthennaIO/Storage/stargazers/)
77

88
<p>
99
<a href="https://www.buymeacoffee.com/athenna" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
1010
</p>
1111

1212
<p>
13-
<img alt="GitHub language count" src="https://img.shields.io/github/languages/count/AthennaIO/Template?style=for-the-badge&logo=appveyor">
13+
<img alt="GitHub language count" src="https://img.shields.io/github/languages/count/AthennaIO/Storage?style=for-the-badge&logo=appveyor">
1414

15-
<img alt="Repository size" src="https://img.shields.io/github/repo-size/AthennaIO/Template?style=for-the-badge&logo=appveyor">
15+
<img alt="Repository size" src="https://img.shields.io/github/repo-size/AthennaIO/Storage?style=for-the-badge&logo=appveyor">
1616

1717
<img alt="License" src="https://img.shields.io/badge/license-MIT-brightgreen?style=for-the-badge&logo=appveyor">
1818

@@ -27,7 +27,7 @@
2727
2828
## Contributing
2929

30-
> If you want to contribute to this project, first read the [CONTRIBUTING.MD](https://github.com/AthennaIO/Template/blob/develop/CONTRIBUTING.md) file. It will be a pleasure to receive your help.
30+
> If you want to contribute to this project, first read the [CONTRIBUTING.MD](https://github.com/AthennaIO/Storage/blob/develop/CONTRIBUTING.md) file. It will be a pleasure to receive your help.
3131
3232
---
3333

@@ -36,7 +36,7 @@
3636
</p>
3737

3838
<p align='center'>
39-
<a href='https://github.com/AthennaIO/Template/graphs/contributors'>
40-
<img src='https://contrib.rocks/image?repo=AthennaIO/Template'/>
39+
<a href='https://github.com/AthennaIO/Storage/graphs/contributors'>
40+
<img src='https://contrib.rocks/image?repo=AthennaIO/Storage'/>
4141
</a>
4242
</p>

bin/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @athenna/template
2+
* @athenna/storage
33
*
44
* (c) João Lenon <lenon@athenna.io>
55
*

0 commit comments

Comments
 (0)