1.0.8 • Published 2 years ago

create-duxt v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Duxty

npm version npm downloads

Introduction

Duxty is a command line tool that makes it easy to setup discord bots

Installation

You can install duxty by using "npm":

npm install -g duxty

This was install duxty globally which allows you to use duxt

Check if it was installed correctly by using:

duxt version

Usage

Starting a new project can be done by using:

duxt

You can also pass in a token for your project by using:

duxt -t [token]

or

duxt --token=[token]

Duxty also allows you to set a default token for all of your projects. This can be done by using:

duxt token [token]

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