Skip to content

Commit

Permalink
✏️ Update Package Usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Oct 14, 2024
1 parent 4bcd1e8 commit 453173c
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

environment:
name: github-pages
url: https://abi-framework.github.io
url: https://abi-js.github.io

name: 🚀 Deploy abi.js.org on Node@${{ matrix.node-version }} with PNPM@${{ matrix.pnpm-version }} under ${{ matrix.operating-system }}

Expand Down Expand Up @@ -68,5 +68,5 @@ jobs:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
publish_dir: www/docs/dist
destination_dir: .
external_repository: abi-framework/abi-framework.github.io
external_repository: abi-js/abi-js.github.io
cname: abi.js.org
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Abi Framework
# Abi.js

[![typescript-icon]][typescript-link]
[![license-icon]][license-link]
[![status-icon]][status-link]
[![ci-icon]][ci-link]
[![twitter-icon]][twitter-link]

[Abi][abi-repo] is a fast, type-safe and easy-to-use web framework
[Abi.js][abi-repo] is a fast, type-safe and easy-to-use web framework
for building robust web applications in no time without any hassle.

[Click to read the full documentation][abi-docs].
Expand All @@ -16,19 +16,19 @@ for building robust web applications in no time without any hassle.
<div align="center"><sub>Made with ❤︎ by <a href="https://twitter.com/intent/follow?screen_name=siguici" style="content:url(https://img.shields.io/twitter/follow/siguici.svg?label=@siguici);margin-bottom:-6px">@siguici</a>.</sub></div>

[typescript-icon]: https://img.shields.io/badge/TypeScript-294E80.svg?logo=typescript
[typescript-link]: https://github.com/abi-framework/abi/search?l=typescript "TypeScript code"
[typescript-link]: https://github.com/abi-js/abi/search?l=typescript "TypeScript code"

[status-icon]: https://img.shields.io/badge/Abi-WIP-f59e0b.svg?style=flat
[status-link]: https://github.com/abi-framework/abi "Abi work in progress"
[status-link]: https://github.com/abi-js/abi "Abi work in progress"

[ci-icon]: https://github.com/abi-framework/abi/workflows/CI/badge.svg
[ci-link]: https://github.com/abi-framework/abi/actions "Abi CI"
[ci-icon]: https://github.com/abi-js/abi/workflows/CI/badge.svg
[ci-link]: https://github.com/abi-js/abi/actions "Abi CI"

[twitter-icon]: https://img.shields.io/twitter/follow/abi_framework.svg?label=@abi_framework
[twitter-link]: https://x.com/intent/follow?screen_name=abi_framework "Ping Abi"
[twitter-icon]: https://img.shields.io/twitter/follow/abidotjs.svg?label=@abidotjs
[twitter-link]: https://x.com/intent/follow?screen_name=abidotjs "Ping Abi"

[license-icon]: https://img.shields.io/badge/license-MIT-blue.svg
[license-link]: https://github.com/abi-framework/abi/blob/HEAD/LICENSE "Abi License"
[license-link]: https://github.com/abi-js/abi/blob/HEAD/LICENSE "Abi License"

[abi-docs]: https://abi.js.org/ "Abi Documentation"
[abi-repo]: https://github.com/abi-framework/ "Abi Repository"
[abi-repo]: https://github.com/abi-js/ "Abi Repository"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"homepage": "https://abi.js.org",
"repository": {
"type": "git",
"url": "https://github.com/abi-framework/abi"
"url": "https://github.com/abi-js/abi"
},
"bugs": "https://github.com/abi-framework/abi/issues",
"bugs": "https://github.com/abi-js/abi/issues",
"author": {
"name": "Sigui Kessé Emmanuel",
"email": "[email protected]",
Expand Down
22 changes: 11 additions & 11 deletions packages/abi.js/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# [Abi Framework](https://github.com/abi-framework/)
# [Abi.js](https://github.com/abi-js/)

[![typescript-icon]][typescript-link]
[![license-icon]][license-link]
[![status-icon]][status-link]
[![ci-icon]][ci-link]
[![twitter-icon]][twitter-link]

[Abi][abi-repo] is a fast, type-safe and easy-to-use web framework
[Abi.js][abi-repo] is a fast, type-safe and easy-to-use web framework
for building robust web applications in no time without any hassle.

## 🚀 Installation
Expand Down Expand Up @@ -93,19 +93,19 @@ see the [LICENSE.md file](./LICENSE.md) for details.
<div align="center"><sub>Made with ❤︎ by <a href="https://twitter.com/intent/follow?screen_name=siguici" style="content:url(https://img.shields.io/twitter/follow/siguici.svg?label=@siguici);margin-bottom:-6px">@siguici</a>.</sub></div>

[typescript-icon]: https://img.shields.io/badge/TypeScript-294E80.svg?logo=typescript
[typescript-link]: https://github.com/abi-framework/abi/search?l=typescript "TypeScript code"
[typescript-link]: https://github.com/abi-js/abi/search?l=typescript "TypeScript code"

[status-icon]: https://img.shields.io/badge/Abi-WIP-f59e0b.svg?style=flat
[status-link]: https://github.com/abi-framework/abi "Abi work in progress"
[status-link]: https://github.com/abi-js/abi "Abi.js work in progress"

[ci-icon]: https://github.com/abi-framework/abi/workflows/CI/badge.svg
[ci-link]: https://github.com/abi-framework/abi/actions "Abi CI"
[ci-icon]: https://github.com/abi-js/abi/workflows/CI/badge.svg
[ci-link]: https://github.com/abi-js/abi/actions "Abi.js CI"

[twitter-icon]: https://img.shields.io/twitter/follow/abi_framework.svg?label=@abi_framework
[twitter-link]: https://x.com/intent/follow?screen_name=abi_framework "Ping Abi"
[twitter-icon]: https://img.shields.io/twitter/follow/abidotjs.svg?label=@abidotjs
[twitter-link]: https://x.com/intent/follow?screen_name=abidotjs "Ping Abi.js"

[license-icon]: https://img.shields.io/badge/license-MIT-blue.svg
[license-link]: https://github.com/abi-framework/abi/blob/HEAD/LICENSE "Abi License"
[license-link]: https://github.com/abi-js/abi/blob/HEAD/LICENSE "Abi.js License"

[abi-docs]: https://abi.js.org/ "Abi Documentation"
[abi-repo]: https://github.com/abi-framework/ "Abi Repository"
[abi-docs]: https://abi.js.org/ "Abi.js Documentation"
[abi-repo]: https://github.com/abi-js/ "Abi.js Repository"
8 changes: 6 additions & 2 deletions packages/abi.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"homepage": "https://abi.js.org",
"repository": {
"type": "git",
"url": "https://github.com/abi-framework/abi",
"url": "https://github.com/abi-js/abi",
"directory": "packages/abi.js"
},
"bugs": "https://github.com/abi-framework/abi/issues",
"bugs": "https://github.com/abi-js/abi/issues",
"author": {
"name": "Sigui Kessé Emmanuel",
"email": "[email protected]",
Expand All @@ -40,6 +40,10 @@
}
},
"keywords": [
"Abi",
"Abi.js",
"abidotjs",
"abi-js",
"router",
"server",
"handler",
Expand Down
6 changes: 3 additions & 3 deletions www/docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ export default defineConfig({
},
title: 'Abi.js',
social: {
github: 'https://github.com/abi-framework',
twitter: 'https://x.com/abi_framework',
github: 'https://github.com/abi-js',
twitter: 'https://x.com/abidotjs',
},
editLink: {
baseUrl: 'https://github.com/abi-framework/abi/edit/trunk/www/docs/',
baseUrl: 'https://github.com/abi-js/abi/edit/trunk/www/docs/',
},
customCss: ['./src/design/global.css'],
sidebar: [
Expand Down
4 changes: 2 additions & 2 deletions www/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"homepage": "https://abi.js.org",
"repository": {
"type": "git",
"url": "https://github.com/abi-framework/abi",
"url": "https://github.com/abi-js/abi",
"directory": "website"
},
"bugs": "https://github.com/abi-framework/abi/issues",
"bugs": "https://github.com/abi-js/abi/issues",
"author": {
"name": "Sigui Kessé Emmanuel",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion www/docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hero:
icon: right-arrow
variant: primary
- text: View on GitHub
link: https://github.com/abi-framework/abi
link: https://github.com/abi-js/abi
icon: external
---

Expand Down
12 changes: 6 additions & 6 deletions www/docs/src/content/docs/reference/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ description: Explore the essential classes and methods of the Abi framework. Thi

## Introduction 🚀

Abi is a lightweight and versatile TypeScript framework designed
Abi.js is a lightweight and versatile TypeScript framework designed
to be used across Node, Bun, and Deno environments.
It allows you to build web applications, manage HTTP routes,
and make HTTP requests in a simple and intuitive manner.
This section of the documentation serves as a reference
for the available APIs in Abi.

## Abi Class 🏗️
## Abi.js Class 🏗️

The `Abi` class is the main class of the framework, combining routing, the server, and the HTTP client into one entity.
The `Abi.js` class is the main class of the framework, combining routing, the server, and the HTTP client into one entity.

### Methods

Expand Down Expand Up @@ -94,9 +94,9 @@ The `Client` class is used to make HTTP requests.
const response = await Client.get('https://api.example.com/data');
```

## Abi Configuration ⚙️
## Abi.js Configuration ⚙️

Abi can be configured using the `defineConfig` method.
Abi.js can be configured using the `defineConfig` method.

### Types

Expand All @@ -111,7 +111,7 @@ Abi can be configured using the `defineConfig` method.
- **Example**:

```typescript
import { defineConfig } from 'abi-framework';
import { defineConfig } from 'abi.js/config';

const config = defineConfig({
rootDirectory: '/my/custom/path',
Expand Down

0 comments on commit 453173c

Please sign in to comment.