Skip to content

Commit

Permalink
Add a 'j2' CLI entrypoint, for users switching from 'j2cli'.
Browse files Browse the repository at this point in the history
Closes issue #25.
  • Loading branch information
kpfleming committed Jun 11, 2024
1 parent b65d917 commit 84f832a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/25.adding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added 'j2' CLI entrypoint, for users converting from 'j2cli'.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ dependencies = [
]
urls."Bug Tracker" = "https://github.com/kpfleming/jinjanator/issues"
urls."Homepage" = "https://github.com/kpfleming/jinjanator"
scripts.j2 = "jinjanator.cli:main"

scripts.jinjanate = "jinjanator.cli:main"

[tool.hatch.version]
Expand Down

0 comments on commit 84f832a

Please sign in to comment.