0.1.5 • Published 7 years ago

imlint v0.1.5

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

##imlint

Screenshot

imlint init

imlint-init

imlint check

imlint-check

Installation

npm install imlint -g

Start

新项目接入

cd 新项目目录
git init
npm init
imlint init

老项目接入

imlint init

Usage

imlint init 初始化项目

imlint check 检测当前目录
imlint check a.js 检测当前目录的a.js
imlint check test/a.scss 检测test/a.scss
imlint check test1 test2 检测test1, test2目录

imlint hook 手动安装项目git钩子
imlint hook -d 卸载项目git钩子

API

var imlint = require('imlint');
imlint.check([filename1, filename2]);

相关

0.1.5

7 years ago

0.1.4

7 years ago

0.1.2

7 years ago

1.0.1

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago