Skip to content

Commit b070859

Browse files
author
ProCode2
committed
added readme
1 parent 3ee7f2d commit b070859

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
.DS_Store

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Dgen
2+
3+
Generate and Maintain a collection of json blueprints that can generate your entire starter repos or any directory of that sort. One JSON file per repository.
4+
5+
```
6+
Dgen 1.0
7+
ProCode
8+
Create your starter repositories from a single json blueprint.
9+
10+
USAGE:
11+
dgen [FLAGS]
12+
13+
FLAGS:
14+
-b, --blueprint Create json blueprint of the directory you are in.
15+
-g, --generate Create the directory from the json blueprint.
16+
-h, --help Prints help information
17+
-V, --version Prints version information
18+
```
19+
20+
# Install
21+
22+
`TODO`
23+
24+
# Generate a blueprint
25+
26+
`TODO`
27+
28+
# Generate a repository from a blueprint
29+
30+
`TODO`

0 commit comments

Comments
 (0)