Skip to content

chabelbossa/chabel-cli-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chabel CLI Dev

Chabel CLI Dev is a terminal-first AI assistant with device-flow authentication and a small Next.js web client for sign-in approval.

Project Structure

  • server/: Node.js CLI app and auth API
  • client/: Next.js authentication UI

CLI Branding

The CLI command is chabel and terminal output is branded as Chabel CLI.

Quick Start

  1. Start the API server:
cd server
npm install
npm run dev
  1. Start the client app:
cd client
npm install
npm run dev
  1. Run the CLI locally:
cd server
npm run cli -- login
npm run cli -- wakeup

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors