Skip to content

Commit

Permalink
fix(just): Add documentation and remove non-essential bits
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Jan 13, 2024
1 parent 2888e11 commit a3afed0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ the command will not be exposed, as we assume that this is an internal target.
A good example of a project using this pattern is
[podman](https://github.com/containers/podman).

## Justfile

If a [justfile](https://github.com/casey/just/tree/master/examples) is found on
the repository root, the tool will expose all its targets that have a trailing
comment with a double hash - `## <description>`. If the comment is not found,
the command will not be exposed, as we assume that this is an internal target.

## npm

If a [package.json](https://docs.npmjs.com/cli/v7/configuring-npm/package-json)
Expand Down
2 changes: 0 additions & 2 deletions playbooks/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
url: https://github.com/python/typeshed.git
- name: flask-babel
url: https://github.com/python-babel/flask-babel.git
- name: just
url: https://github.com/casey/just
- name: nox
url: https://github.com/wntrblm/nox
tasks:
Expand Down
1 change: 0 additions & 1 deletion samples/integration/just.txt

This file was deleted.

0 comments on commit a3afed0

Please sign in to comment.