Project

dev_flow

0.0
No commit activity in last 3 years
No release in over 3 years
dev_flow is a bundle of tools for ROADMAP/git based development flow control.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.5

Runtime

 Project Readme

Project Develop Flow Management Tool Based on Git

WARNING: UNDER DEVELOPING, NOT COMPLETED

Concept

Provide convenient command to guide development flow like git flow.

Gather project information from the source files and render those information to standard format (such like json) and a static project portal (use html and css files).

  • Better command line interface and yard documentation
  • Separated data structure for Project, Project Member (and SLM), Task, ...
  • Support RFC and Packing List, better change log and roadmap
  • Git-flow compatible branch naming and sub command
  • Better handle for merge failure
  • Ability to sync with Local/Gitlab services

Synopsis

  • Configuration such as whoami (current user short name), use git config tool to store it in global or local space.

    dw config will show and set those configurations in git syntax.

  • Parse ROADMAP.md (new markdown compatible ROADMAP format) for project information, RFC/Tasks. Load RFC/Tasks definition from any other source files.

    Load project information from gitlab or any local file.

  • Project information (with members list), read-only (edit inside ROADMAP):

    dw project

  • List tasks: dw list

  • Current task information dw

  • Progress management dw pg <percentage>