Skip to content

Commit 83cd3a7

Browse files
authored
Merge pull request #4 from DSACMS/natalialuzuriaga-patch-1
Cookiecutter: Create README.md in codejson directory
2 parents 7349591 + 956e3e9 commit 83cd3a7

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/codejson/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Generating code.json using cookiecutter
2+
3+
Follow the instructions below to generate your repository's `code.json` file using cookiecutter:
4+
5+
0. _Prerequisites_
6+
- python
7+
- [cookiecutter](https://github.com/cookiecutter/cookiecutter)
8+
9+
1. In `cookiecutter.json`, please fill in the values for the following fields:
10+
- `project_name`
11+
- `project_repo_name`
12+
- `project_org`
13+
14+
2. In the `.github` directory, run the following command:
15+
```
16+
cookiecutter . --directory=codejson
17+
```
18+
19+
3. Enter information about the repository. This metadata will be stored in the `code.json` file.
20+
21+
4. `code.json` is successfully generated in repository!

0 commit comments

Comments
 (0)