https://github.com/lion-man44/pre_commit
Create the pre-commit file
https://github.com/lion-man44/pre_commit
deno deno-mod deno-module denoland nest pre-commit
Last synced: about 1 month ago
JSON representation
Create the pre-commit file
- Host: GitHub
- URL: https://github.com/lion-man44/pre_commit
- Owner: lion-man44
- License: mit
- Created: 2021-05-25T15:55:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T07:46:40.000Z (over 4 years ago)
- Last Synced: 2025-10-20T19:51:32.601Z (8 months ago)
- Topics: deno, deno-mod, deno-module, denoland, nest, pre-commit
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pre_commit
[](https://github.com/lion-man44/pre_commit/releases)
[](https://github.com/lion-man44/pre_commit/blob/master/LICENSE)
This is meaningless tool :)
I wanted to try the `deno bundle`.
## Usage
```sh
# Please move your project root
deno bundle --unstable https://deno.land/x/pre_commit/mod.ts pre-commit.js
deno run -A pre-commit.js
rm pre-commit.js
```
If you get this error, you should create `*.test.ts` file on your project.
```sh
error: No test modules found
```