elefin-cli
v2.0.9
Published
only elefin backend project
Readme
🎉 Sebuah Command Line Interface (CLI) untuk mempercepat pembuatan service, controller, middleware, model, dan struktur aplikasi lainnya di proyek Elefin. Dirancang untuk efisiensi, konsistensi, dan kemudahan.
🛠️ Instalasi
npm install -g elefin-cli🚀 Penggunaan Dasar
elefin [command] [options]📜 Example Output
$ elefin create rumah90
? Folder "rumah90" already exists. Do you want to replace it? › (Y/n)
✔ Cloning project into rumah90...
✔ Installing dependencies (choose: pnpm / npm)...
✔ Copying .env.example → .env...
🎉 App is ready! Run the following:
cd rumah90
pnpm dev📂 Project Structure
/rumah90
├── .env
├── package.json
├── pnpm-lock.yaml
├── src/
│ └── app.ts
└── ...📦 Dependencies
Make sure you have the following packages available globally (or install during init):
inquirer
ora
simple-git
fs-extra (or fs)
chalk