An open API service indexing awesome lists of open source software.

https://github.com/toasteddev/create-djs-app

Create a Discord.js project easily.
https://github.com/toasteddev/create-djs-app

cli create-djs-project create-project discordjs discordjs-project

Last synced: 4 months ago
JSON representation

Create a Discord.js project easily.

Awesome Lists containing this project

README

        

# Create DJS App

Probably the best way to easily make a Discord.js project.

You can easily create a new Discord.js project by running the following command:

```
npx create-djs-app
# or
yarn create djs-app
# or
pnpm create djs-app
```

Or, for a Typescript project:

```
npx create-djs-app typescript
# or
yarn create djs-app typescript
# or
pnpm create djs-app typescript
```

## Options

**-g**, **--git** - Initalize a Git repository.

**-y**, **--yes** - Skip all the optional questions.

**-i**, **--install** - Makes sure the packages are installed automatically.

##### _more coming soon._