flux-dev-cli
v0.1.0
Published
Development Workflow Automator - CLI tool for streamlining development workflow
Maintainers
Readme
FLUX CLI - Development Workflow Automator
Development in flow - Automate your development workflow with intelligent CLI tools
Overview
FLUX is a comprehensive CLI tool built with TypeScript designed to streamline and automate the entire development workflow for modern web developers. It integrates seamlessly with GitHub, ClickUp, and Jira to provide a unified interface for managing code, tasks, and deployments.
Features
- 🔍 Auto-Detection - Automatically detects project type, package manager, and framework
- Smart Git Operations
- Feature Development Flow
- Smart Commits with Pre-commit Checks
- GitHub Integration (PR management, Issues, Code Review)
- ClickUp Integration (Task management, Time tracking)
- Jira Integration (Issue management, Sprint planning)
- Cross-platform Sync
- Templates System
- Plugin Architecture
Installation
From npm (Coming Soon)
npm install -g flux-cliFrom Source
git clone https://github.com/yourname/flux-cli.git
cd flux-cli
npm install
npm run build
npm linkQuick Start
1. Initialize in your project
cd your-project
flux init2. Connect integrations
flux github login
flux clickup login
flux jira login3. Start working
# Create a feature
flux feature user-authentication
# Make changes and commit
flux commit
# Create pull request
flux pr create
# Deploy
flux deploy stagingDocumentation
See FLUX_DOCUMENTATION/ folder for detailed documentation:
FLUX_README.md- Complete project overviewFLUX_GETTING_STARTED.md- Development guideFLUX_STRUCTURE.md- Project structureFLUX_TECHNICAL_SPEC.md- Technical specificationsTYPESCRIPT_MIGRATION.md- TypeScript migration guideAUTO_DETECTION.md- Auto-detection feature guideQUICKSTART.md- Quick start guideUSAGE.md- Detailed usage instructions
Development Status
Current Version: 0.1.0 (Alpha)
Technology Stack:
- TypeScript 5.3
- Node.js 18+
- ES Modules
Phase 1 (Core Foundation) - ✅ Complete (TypeScript Migration Done!)
License
MIT
