Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qwertydelle/duxty
A command line tool for setting up discord bots
https://github.com/qwertydelle/duxty
bot cli discord discord-bot javascript
Last synced: 9 days ago
JSON representation
A command line tool for setting up discord bots
- Host: GitHub
- URL: https://github.com/qwertydelle/duxty
- Owner: qwertydelle
- License: mit
- Created: 2021-12-30T01:53:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T00:03:36.000Z (over 2 years ago)
- Last Synced: 2024-03-26T19:21:01.666Z (8 months ago)
- Topics: bot, cli, discord, discord-bot, javascript
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duxty
[![npm version](https://badge.fury.io/js/duxty.svg)](https://badge.fury.io/js/duxty) ![npm downloads](https://img.shields.io/npm/dw/duxty)## Introduction
Duxty is a command line tool that makes it easy to setup discord bots
## Installation
You can install duxty by using "npm":
```bash
npm install -g duxty
```
This was install duxty globally which allows you to use ``duxt``If you dont want to install duxt you can setup a project with:
```bash
npm init duxt
```or
```bash
npx create-duxt
```Check if it was installed correctly by using:
```bash
duxt version
```## Usage
Starting a new project can be done by using:
```bash
duxt
```You can also pass in a token for your project by using:
```bash
duxt -t [token]
```
or```bash
duxt --token=[token]
```Duxty also allows you to set a default token for all of your projects. This can be done by using:
```bash
duxt token [token]
```You can view the templates you have on your computer by using:
```bash
duxt templates
```Duxty will automatically use the token provided as an argument. If that is not found, it falls back to using the default token.
## License
This project is licensed under the MIT License