1.0.2 • Published 4 years ago
@gifaldyazkaa/gifaldyazka v1.0.2
@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
sudoto run this command if needed.
- Note : May you need to add
Make a Directory by
mkdir folder-name. Exampleyour-project.- Move Current Directory to
your-projectFolder bycd your-project - Run
gifaldyazkain 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