Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Username update #85

Merged
merged 1 commit into from
May 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<div align="center">
<br />
<p>
<a href="https://khaazz.github.io/AxonCore"> <img src="_images/axoncore_banner.png" width="546" alt="AxonCore" /> </a>
<a href="https://khaaz.github.io/AxonCore"> <img src="_images/axoncore_banner.png" width="546" alt="AxonCore" /> </a>
</p>
<p>
<a href="https://github.com/Khaazz/AxonCore/releases"> <img src="https://img.shields.io/github/release/Khaazz/AxonCore.svg?style=flat" alt="Release" /> </a>
<a href="https://github.com/Khaaz/AxonCore/releases"> <img src="https://img.shields.io/github/release/Khaaz/AxonCore.svg?style=flat" alt="Release" /> </a>
<a href="https://www.npmjs.com/package/axoncore"> <img src="https://img.shields.io/npm/v/axoncore.svg?maxAge=3600" alt="NPM version" /> </a>
<a href="https://www.npmjs.com/package/axoncore"><img src="https://img.shields.io/npm/dt/axoncore.svg?maxAge=3600" alt="NPM downloads" /></a>
<a href="https://discord.gg/QZ6B5US"> <img src="https://discordapp.com/api/guilds/365236789855649814/embed.png" alt="Discord server" /> </a>
</p>
<p>
<a href="https://github.com/Khaazz/AxonCore/actions"> <img src="https://github.com/Khaazz/AxonCore/workflows/Test/badge.svg" alt="Test status" /> </a>
<a href="https://github.com/Khaazz/AxonCore/actions"> <img src="https://github.com/Khaazz/AxonCore/workflows/Docgen/badge.svg" alt="Docgen status" /> </a>
<a href="https://github.com/Khaazz/AxonCore/deployments"> <img alt="GitHub deployments" src="https://img.shields.io/github/deployments/khaazz/axoncore/github-pages?label=gh-pages" /> </a>
<a href="https://www.codefactor.io/repository/github/khaazz/axoncore"><img src="https://www.codefactor.io/repository/github/khaazz/axoncore/badge" alt="CodeFactor" /></a>
<a href="https://david-dm.org/khaazz/khaazz"><img src="https://img.shields.io/david/khaazz/axoncore.svg?maxAge=3600" alt="Dependencies" /></a>
<a href="https://github.com/Khaaz/AxonCore/actions"> <img src="https://github.com/Khaaz/AxonCore/workflows/Test/badge.svg" alt="Test status" /> </a>
<a href="https://github.com/Khaaz/AxonCore/actions"> <img src="https://github.com/Khaaz/AxonCore/workflows/Docgen/badge.svg" alt="Docgen status" /> </a>
<a href="https://github.com/Khaaz/AxonCore/deployments"> <img alt="GitHub deployments" src="https://img.shields.io/github/deployments/khaaz/axoncore/github-pages?label=gh-pages" /> </a>
<a href="https://www.codefactor.io/repository/github/khaaz/axoncore"><img src="https://www.codefactor.io/repository/github/khaaz/axoncore/badge" alt="CodeFactor" /></a>
<a href="https://david-dm.org/khaaz/khaaz"><img src="https://img.shields.io/david/khaaz/axoncore.svg?maxAge=3600" alt="Dependencies" /></a>
</p>
<p>
<a href="https://nodei.co/npm/axoncore/"> <img src="https://nodei.co/npm/axoncore.png?downloads=true&stars=true" alt="NPM info" /> </a>
Expand Down Expand Up @@ -71,7 +71,7 @@ It also comes with a lot of features for all possible usages and needs. AxonCore
## Setup

[Examples](./examples)
To get your application started easily, you can use the create-app boilerplate: **[create-axoncore-app](https://github.com/Khaazz/create-axoncore-app)**.
To get your application started easily, you can use the create-app boilerplate: **[create-axoncore-app](https://github.com/Khaaz/create-axoncore-app)**.
Here's how to use it:
`yarn create axoncore-app --lib <library> --type <module management type> <destination>`
`npm init axoncore-app --lib <library> --type <module management type> <destination>`
Expand Down Expand Up @@ -202,14 +202,14 @@ Github actions used in this project can be found here:

## Documentation

All documentation can be found [here](https://khaazz.github.io/AxonCore/#/)!
All documentation can be found [here](https://khaaz.github.io/AxonCore/#/)!

## Examples

AxonCore is being used in these cool projects:

- [Ease](https://github.com/AxonTeam/Ease) Enhance A Server Easily - A all in one modular bot that you can build and selfhost.
- [WebSPELL](https://github.com/Khaazz/webSPELL) - A custom RSS bot made for a french community.
- [WebSPELL](https://github.com/Khaaz/webSPELL) - A custom RSS bot made for a french community.

## Contributions

Expand Down