No description
Find a file
2021-07-04 09:12:26 +08:00
.github/workflows add ghWorkflow 2021-07-04 09:12:26 +08:00
src add ghWorkflow 2021-07-04 09:12:26 +08:00
tests o 2020-12-29 05:32:47 +08:00
.gitignore add gitignore init && add usage section to readme 2021-03-21 04:33:18 +08:00
README.md add ghWorkflow 2021-07-04 09:12:26 +08:00
stage.nimble add ghWorkflow 2021-07-04 09:12:26 +08:00

stage Build Status

install this package will create pre-commit file under .git/hooks
do nim check,nimpretty to staged files and git add after tasks done.

Usage

Usage:
  stage {SUBCMD}  [sub-command options & parameters]
where {SUBCMD} is one of:
  help        print comprehensive or per-cmd help
  init        init pre commit git hook
  ghWorkflow  init github workflow file
  gitignore   init .gitignore
  fixStyle    fix code style through `nimpretty`
  checkError  check error through `nim check`
  workflow    checkError,fixStyle and run git add