Skip to content

Commit

Permalink
feat(rs): introduce husky-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 30, 2024
1 parent 1953eca commit e216c8c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

echo "hi, commit-msg"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

echo "hi, pre-commit"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

echo "hi, pre-push"
3 changes: 3 additions & 0 deletions template/rs/{{cookiecutter.project_slug}}/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ homepage = "https://github.com/{{cookiecutter.__gh_slug}}"
license = "MIT OR Apache-2.0"

[dependencies]

[dev-dependencies]
husky-rs = "0.1.0"

0 comments on commit e216c8c

Please sign in to comment.