Skip to content

Commit

Permalink
bump pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Leref committed Jan 7, 2024
1 parent ea73ad8 commit 2803932
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,39 @@ To use the aoi.js CLI, ensure you have [Node.js](https://nodejs.org/) installed
Get started by executing:

```bash
npm create aoijs
npm create aoijs-bot
```

You can also install the tool globally via npm:

```bash
npm install -g aoijs
npm install -g aoijs-bot
```

## Usage

To generate a bot template, open your terminal and run the following command:

```bash
npm create aoijs
npm create aoijs-bot
```

or with npx:

```bash
npx aoijs
npx aoijs-bot
```

If you ran the install command via `npm install` you can also execute it directly:

```bash
aoijs
aoijs-bot
```

Follow the prompts to select your desired bot setup, and you're ready to go!

### Command Arguments

You can display all available args with `aoijs --help`.
You can display all available args with `aoijs-bot --help`.

![preview](.github/preview-terminal.gif)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aoijs",
"name": "aoijs-bot",
"version": "0.0.1",
"description": "CLI Tool for easily creating an aoi.js Discord Bot.",
"type": "module",
Expand Down

0 comments on commit 2803932

Please sign in to comment.