Skip to content

Commit e216c8c

Browse files
committed
feat(rs): introduce husky-rs
1 parent 1953eca commit e216c8c

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
echo "hi, commit-msg"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
echo "hi, pre-commit"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
echo "hi, pre-push"

template/rs/{{cookiecutter.project_slug}}/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ homepage = "https://github.com/{{cookiecutter.__gh_slug}}"
88
license = "MIT OR Apache-2.0"
99

1010
[dependencies]
11+
12+
[dev-dependencies]
13+
husky-rs = "0.1.0"

0 commit comments

Comments
 (0)