mirror of
https://github.com/rodrigosetti/master-plan.git
synced 2024-11-22 04:13:26 +03:00
Updated Home (markdown)
parent
c822f01158
commit
cd631edc9e
19
Home.md
19
Home.md
@ -37,10 +37,12 @@ Master plan can be used not only for software projects, but anything that needs
|
||||
#### master.plan file
|
||||
|
||||
```c
|
||||
> master.plan
|
||||
> This project is a business plan, which vision is state in
|
||||
> the "root" project - which is run a successful tech-based
|
||||
> business in a certain market.
|
||||
// master.plan
|
||||
/**
|
||||
* This project is a business plan, which vision is state in
|
||||
* the "root" project - which is run a successful tech-based
|
||||
* business in a certain market.
|
||||
*/
|
||||
|
||||
root {
|
||||
title "business"
|
||||
@ -95,8 +97,8 @@ phase3 {
|
||||
owner "engineering"
|
||||
};
|
||||
|
||||
> Another way to get technology is to parner,
|
||||
> instead of building it:
|
||||
// Another way to get technology is to parner,
|
||||
// instead of building it:
|
||||
|
||||
p {
|
||||
title "tech partner"
|
||||
@ -119,8 +121,8 @@ sb {
|
||||
owner "partnerships"
|
||||
};
|
||||
|
||||
> Approval process is a sub-project we have to go once
|
||||
> regardless of which partnership, will "open the way"
|
||||
// Approval process is a sub-project we have to go once
|
||||
// regardless of which partnership, will "open the way"
|
||||
|
||||
approvalProcess "approval process" legal -> budget -> executive;
|
||||
|
||||
@ -139,7 +141,6 @@ budget {
|
||||
master-plan master.plan -o output.png -w 2000 -c
|
||||
```
|
||||
|
||||
|
||||
[[[https://github.com/rodrigosetti/master-plan/blob/master/examples/example1.png|alt=example 1 output]]
|
||||
](https://github.com/rodrigosetti/master-plan/blob/master/examples/example1.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user