mirror of
https://github.com/rodrigosetti/master-plan.git
synced 2024-11-22 04:13:26 +03:00
Updated Home (markdown)
parent
5fd32785e4
commit
78adffc141
19
Home.md
19
Home.md
@ -1,10 +1,19 @@
|
||||
## Example 1: Business Strategy
|
||||
## Why?
|
||||
|
||||
Because the entire project description is encoded in a single, readable, file, we have the following advantages:
|
||||
|
||||
* **Portable**: not dependent on a project management tool, the specification is open and easy to add new tools.
|
||||
* **Versioned**: keep in version control and you get the history of the project's evolution.
|
||||
* **Hacker friendly**: programmers can edit the file to update progress and refine planning anytime.
|
||||
* **Best practice for Software project management**: we like to keep our configurations in the same repository, but never the management of the project itself - why not?
|
||||
|
||||
## Examples
|
||||
|
||||
### Example 1: Business Strategy
|
||||
|
||||
Master plan can be used not only for software projects, but anything that needs planning and execution, like a business strategy execution plan.
|
||||
|
||||
### master.plan file
|
||||
|
||||
Keep this
|
||||
#### master.plan file
|
||||
|
||||
```c
|
||||
// master.plan
|
||||
@ -74,7 +83,7 @@ approvalProcess = legal -> budget -> executive;
|
||||
title(approvalProcess) = "approval process";
|
||||
```
|
||||
|
||||
### Output
|
||||
#### Output
|
||||
|
||||
```console
|
||||
master-plan master.plan -o output.png -w 2000 -c
|
||||
|
Loading…
Reference in New Issue
Block a user