npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

auto-eslint-cli

v4.2.10

Published

At present, a set of submission specifications based on prettier + husky + commitlint has been implemented, which can realize one click deployment, and there is no need for eslint deployment

Downloads

22

Readme

auto-eslint-cli

At present, a set of submission specifications based on prettier + husky + commitlint has been implemented, which can realize one click deployment, and there is no need for eslint deployment

Important!!! Important!!! Important!!!

This tool must run in the following directory of the project
此工具必须运行在项目的根目录下

Reasons for choosing auto-eslint-cli

1. Realize one click Automated Deployment
2. You can lock the version
3.  You can choose from a variety of presets

Support Range


1. Vue2 project created using Vue cli 
2. Vue3 project created using Vue cli
3. react project created using Create React App
4. ts/ js  If TS is selected, it may be just a gadget made with TS / JS

options

1. [-y] Eslint + prittier is deployed directly by default, and secondary selection is not required 

use

1. auto-eslint-cli init
    1. 全局安装的前提下,进行自定义选项初始化
2. auto-eslint-cli init -y
    1. 安全安装的前提下,进行一键部署
3. npx auto-eslint-cli init
    1. 通过npx的方式直接部署,不需要全局安装

Recommended use (推荐使用)

npx auto-eslint-cli init -y/ npx auto-eslint-cli init

install


1. Global installation 
    1. npm install auto-eslint-cli -g
    2. yarn add auto-eslint-cli -g
notes: 
    1. The use of NPX does not require global installation
        1. 使用npx的方式进行部署 不需要全局安装

use

// test -- Items to be set by eslint 
$ cd test

mode1:
/test $ auto-eslint-cli init

mode2:
/test $ auto-eslint-cli init -y
// This method allows quick setting and direct selection of default presets
// default presets: vue + npm

mode3: 
/test $ npx auto-eslint-cli init -y

Contact me

GitHub More Works Personal Blog