erroropenclose
v1.0.3
Published
Global CLI launcher for the DevSuite productivity workspace
Maintainers
Readme
DevSuite - Complete Developer Productivity Workspace
A full-stack application for developer productivity, featuring modules for calendar management, financial tracking, snippet management, and development tools.
Features
📅 Productivity
- Calendar: Manage events with different views.
- Routine: Track daily routines and mark tasks as complete.
- Checklist: Template and single-task modes with timer support.
💰 Finance
- Management: Track net worth, investments, and loans.
- Reports: Generate Excel and PDF reports.
💻 Developer
- Snippet Manager: Store and search code snippets.
- DB Query Runner: Execute SQL queries on the local SQLite DB.
- Dependency Visualizer: View project dependencies.
- GitHub Sync: Sync data with GitHub repos.
⚙️ Dev Tools
- Project switcher, Hot reload trigger, API tester, and Schema viewer.
Setup
Global CLI
Install globally from the package:
npm install -g .
erroropencloseThe erroropenclose command installs missing dependencies, starts the backend and frontend, and opens the frontend in your browser.
- Backend Setup:
cd backend npm install - Frontend Setup:
cd frontend npm install - Run Application:
npm run dev
Architecture
- Frontend: React, TypeScript, Vite, Tailwind CSS, Lucide Icons.
- Backend: Node.js, Express.
- Database: SQLite.
- Security: JWT-based authentication, bcrypt password hashing.
License
MIT
