staynto-cli
v0.1.8
Published
CLI for Staynto - Professional task management for freelance developers
Downloads
7
Maintainers
Readme
Staynto CLI
Professional task management for freelance developers. Manage tasks and track time directly from your terminal.
Prerequisites
⚠️ Server Required: This CLI requires a Staynto API server to function. Currently in MVP phase.
Option 1: Use Hosted Server (Coming Soon)
The hosted version will be available at https://api.staynto.com (not yet live).
Option 2: Run Local Server
Clone and run the Staynto backend locally:
git clone https://github.com/pjuele/staynto
cd staynto
npm install
npm run dev # Runs on localhost:3002Then set in your project's .env:
STAYNTO_API_URL=http://localhost:3002/apiInstallation
npx staynto initQuick Start
Initialize - Authenticate and link a project:
npx staynto initView tasks - See your kanban board:
npx staynto boardAdd tasks:
npx staynto add "Fix navigation bug"Start timer:
npx staynto start 1Check status:
npx stayntoStop timer:
npx staynto stop
Commands
npx staynto init- Authenticate and link projectnpx staynto board- Show task boardnpx staynto add "title"- Create new tasknpx staynto start [id]- Start timer on tasknpx staynto stop- Stop current timernpx staynto move [id] [status]- Move task (todo/doing/done)npx staynto- Show current timer status
Requirements
- Node.js 16+
- Staynto API server (local or hosted)
- Internet connection for authentication
License
MIT
