workplan-ai
v0.3.3
Published
Workplan AI - Developer-first weekly planning assistant (Node.js/React Port).
Downloads
105
Maintainers
Readme
Workplan AI — Node.js & React Support (workplan-js)
This is the official Node.js port of the Workplan AI CLI. It provides native support for JavaScript and TypeScript developers while maintaining full state parity with the Python and Java versions.
Features
- Native npm Support: Install globally or as a project dependency.
- Shared State: Compatible with
.workplan/week.jsongenerated by any other version. - Perfect for React/Next.js: Easily integrate task planning into your existing frontend workflow.
Installation
1. Local Project Setup
cd workplan-js
npm install2. Global Installation (Mock)
npm install -g workplan-aiUsage
1. Initialize Project
# Using local binary
node bin/workplan.js init2. Authenticate
node bin/workplan.js auth YOUR_API_KEY3. View Progress
node bin/workplan.js detailsReact Integration
Add workplan to your package.json to keep your team aligned:
"scripts": {
"plan": "workplan plan",
"sync": "workplan sync",
"start": "workplan sync && next dev"
}Official distribution via npm coming soon.
