1.6.2 โ€ข Published 2 years ago

djs-template-cli v1.6.2

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

๐Ÿค– djs-template-cli

NPM banner

NPM version NPM downloads

โžก๏ธ Usage

๐Ÿ“ฆ Install this package

sudo may required for UNIX-based system

๐Ÿ“ฆ npm

$ npm install -g djs-template-cli
#
# added ??? packages, and audited ??? packages in 2.35s
# found 0 vulnerabilities

๐Ÿˆ yarn

$ yarn global add djs-template-cli
#
# yarn global v1.22.xx
# [1/4] ๐Ÿ”  Resolving packages...
# [2/4] ๐Ÿšš  Fetching packages...
# [3/4] ๐Ÿ”—  Linking dependencies...
# [4/4] ๐Ÿ”จ  Building fresh packages...
#
# success Installed "djs-template-cli" with binaries:
#       - djs-cli
#       - discord.js-cli
# โœจ  Done in 1s.

๐Ÿƒ Start creating new project

$ djs-cli [OPTIONS...]
# or
$ discord.js-cli [OPTIONS...]

Notice : This package will create a project inside your current working directory (pwd). To avoid creating a project in wrong directory (ex: in your /home/user directory), create an empty directory, change dir to newly created directory, and run the main binary

๐Ÿ“š Options

Available options for this package. If no options are used, a user interface prompt will show up instead

OptionsDescriptionDefault
javascriptCreate JavaScript-based discord.js projecttrue
typescriptCreate TypeScript-based discord.js projectfalse
-g, --gitInitialize Git inside the projectfalse
-i, --installInstall required dependecies when creating a projectfalse
-y, --yesSkip prompt and use default optionfalse

๐Ÿท๏ธ Discord.js version

  • JavaScript Template uses Discord.js version : 13.8.1
  • TypeScript Template uses Discord.js version : 13.8.1

๐Ÿ‘จโ€๐Ÿ’ป Contributing

Contributions are welcome! Feel free to submit a Pull Request with improvements!

๐Ÿงพ License

djs-template-cli is Licensed Under MIT License.

1.4.5

2 years ago

1.6.2

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.0

2 years ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago