1.0.2 • Published 4 years ago

@gifaldyazkaa/gifaldyazka v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@gifaldyazkaa/gifaldyazka Is A CLI to Bootstrap Discord JS Project with a Command Handler Included!

Setup

  • First, Install this Module as Globally.

    > npm install -g @gifaldyazkaa/gifaldyazka
    • Note : May you need to add sudo to run this command if needed.
  • Make a Directory by mkdir folder-name. Example your-project.

  • Move Current Directory to your-project Folder by cd your-project
  • Run gifaldyazka in your Command Line. It should ask you what language you want.
  • Select a Language, and Select an Options to Initialize Git.
  • Wait until it done.
  • You already set! Now you can starting to editing some file inside your project.

Parameters

  • javascript || typescript : Parameter to set languages
  • --git : Parameter to Initialize Git
  • --install : Parameter to Install Required Dependecies

Parameters Example

  • So, If you want to Make a JS Project, Initialized to Git, and Auto-install, Just use
    > gifaldyazkaa javascript --git --install
  • If you want to Make a TS Project, Initialize to Git, but not use Auto-install, Just use
    > gifaldyazka typescript --git

Authors

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago