Skip to content

Commit ff093e7

Browse files
author
Sebastian Bauersfeld
authored
Update README.md
1 parent a72d320 commit ff093e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ gh tailor init \
3232
customized-java-queries
3333
```
3434

35-
The above will create a project with four scripts:
36-
* `create` will create a new pack with the name given.
37-
* `unit-test` will run the unit tests for this pack.
38-
* `integration-test` will run the integration tests for this pack.
39-
* `publish` will publish the pack (and optionally bump its version number).
35+
The above will create a project with several files, among which:
36+
* The `Makefile` contains various targets, such as `clean`, `download`, `compile`, `unit-test`, `integration-test`, `test` and `publish`,
37+
* `customize` contains all the modifications one wants to make to the original pack,
38+
* `Customizations.qll` holds some of the modifications you want to inject into selected queries and
39+
* the `unit-tests` directory holds stub test cases that you can extend.
4040

4141
You can add your customization code to any of the scripts. Most likely, however, you will only need to modify the `create` script.

0 commit comments

Comments
 (0)