Package Exports
- mxflow
- mxflow/bin/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mxflow) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mxflow
[[ formely npm/hgit ✏️]]
a CICD for internal processes and workflows on local machines
group commands under a workflow, write steps, use special commands like confirm
Special commands
confirm {commandName}adds confirmation step to commandautocomplete checkout {pattern}prompt checkout the pattern branchlist logslist last n pretty graph log
🚀 beautiful unopinionated config based workflow engine
Streamline complex workflows across team
Simplify complex commands

Requirements
- Node 16.x
Sample Config
sample-generated-config-file
config_version: 0.47.0
graph_git_log_limit: 40
issue_tracker: jira
issue_tracker_tenant: metaory
sleep_between_commands: 1000
workflows:
foo:
description: example placeholder
pattern: '{branchType}/{taskId}-{description}'
steps:
- git fetch origin
- git checkout master
- git merge origin/master
- git checkout -b {branchName}
- git status
- confirm git push --set-upstream origin {branchName}
- list logs
bar:
description: example placeholder
pattern: xorg/{description}
steps:
- git fetch origin
- git checkout master
- git merge origin/master
- autocomplete checkout xorg
- git checkout -b {branchName}
- git status
- confirm git push --set-upstream origin {branchName}
- list logs
xorg:
description: example placeholder
steps:
- echo hello word
- echo goodbye cruel world
- confirm echo goodbyenpx
npx mxflowInstallation
npm i -g mxflowUsage
mxflow # or mxf
mxflow --trigger foobar
mxflow --trigger feature --branch feat/xorg
mxflow --trigger hotfix --branch hotfix/zelda --verboseOptions
--verbose | verbose logs
--trigger <workflow-name> | non-interactive workflow triggerRoadmap
- project based config file
- plugin system for dynamic lists
- aurgument mode
- argument autocomplete
___ ___ ___
/__/\ /__/| / /\
| |::\ | |:| / /:/_
| |:|:\ | |:| / /:/ /\
__|__|:|\:\ __|__|:| / /:/ /:/
/__/::::| \:\ /__/::::\____ /__/:/ /:/
\ \:\~~\__\/ ~\~~\::::/ \ \:\/:/
\ \:\ |~~|:|~~ \ \::/
\ \:\ | |:| \ \:\
\ \:\ | |:| \ \:\
\__\/ |__|/ \__\/