esprima.hks

a syntax valadation pre-commit hook

1 个版本
安装
npm install esprima.hks
yarn add esprima.hks
pnpm add esprima.hks
bun add esprima.hks
README

Esprima.hks

Validate your javascript with each commit

About

Esprima.hks is a node-hooks implementation of the Esprima Validator. It is simple to use and easy to add to your git projects.

Usage

If you don't have hooks installed

  1. npm install node-hooks -g
  2. hooks install
  3. hooks add esprima.hks

If hooks is installed, but not managing you're git-hooks yet

  1. hooks install
  2. hooks add esprima.hks

Else

hooks add esprima.hks

版本列表
0.0.0 2013-10-06