Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Bauersfeld authored Sep 21, 2022
1 parent a72d320 commit ff093e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ gh tailor init \
customized-java-queries
```

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

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

0 comments on commit ff093e7

Please sign in to comment.