We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7349591 + 956e3e9 commit 83cd3a7Copy full SHA for 83cd3a7
1 file changed
.github/codejson/README.md
@@ -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