Skip to content

Commit

Permalink
chore: initial all-contributors setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 16, 2024
1 parent dfd96cd commit 971d73d
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .allcontributors-rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectName": "carbon",
"projectOwner": "buape"
}
1 change: 0 additions & 1 deletion README.md

This file was deleted.

51 changes: 51 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Carbon

<div align="center">
<a href="https://go.buape.com/carbon"><img src="https://cdn.buape.com/CarbonWordmark.png" alt="Carbon Wordmark"></a>

<img alt="Discord" src="https://img.shields.io/discord/1280628625904894072?style=for-the-badge">
<img alt="NPM Version" src="https://img.shields.io/npm/v/@buape/carbon?style=for-the-badge">
<img alt="NPM Downloads" src="https://img.shields.io/npm/dm/@buape/carbon?style=for-the-badge">
</div>

Carbon is a fully-featured framework for building HTTP Discord bots, built in TypeScript and designed to be easy to use and understand.

## Features

- Fully up to date with the Discord API
- Build to be both flexible and powerful
- Easy to use class-based system for reusability
- Built in pagination support (Soon!)
- Integration with Discord's Monetization (Soon!)

## Why Carbon?

Carbon is designed to be easy to use and understand, while still providing the flexibility and power needed to build complex bots.
With Carbon, you can deploy it to many platforms, both physical and serverless, and it's easy to integrate with other frameworks and libraries.

## Installation

To get started with Carbon, you can check out the [Getting Started](https://carbon.buape.com/carbon/getting-started) guides for your preferred platform.

## Useful Links

- [Documentation](https://carbon.buape.com/carbon)
- [Discord](https://go.buape.com/carbon)
- [NPM](https://www.npmjs.com/package/@buape/carbon)
- [Cloudflare Workers Demo](https://github.com/buape/carbon/tree/main/apps/cloudo)
- [Node.js Demo](https://github.com/buape/carbon/tree/main/apps/rocko)

## Contributing

We welcome contributions to Carbon! If you're interested in contributing, please check out the [Contributing Guide](https://carbon.buape.com/carbon/helpful-guides/contributing) for more information, and join our [Discord](https://go.buape.com/carbon) to get involved!

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

0 comments on commit 971d73d

Please sign in to comment.