lint-init

A cli for init lint config that wrote by rust.

Installation

Install by cargo

```bash

Install Rust

curl https://sh.rustup.rs -sSf | sh

Install lint-init

cargo install lint-init

lint-init -h ```

Usage

Init config specify dir

bash lint-init --template typescript --dir ../react-app

Init config current dir and auto install dependencies

bash lint-init --template typescript --dir . --auto-install

*Tips: --auto-install only work when dir value is . *.

Features

Init lint config for a project.

```console $ lint-init --version

USAGE: lint-init[EXE] [OPTIONS] --template