Skip to content

Commit

Permalink
feat: add more badges to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzjacobs committed Jan 27, 2020
1 parent 4f99e13 commit 7e950ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ an enforceable script naming standard for your package.json scripts

![CI badge](https://github.com/peerigon/scriptlint/workflows/ci/badge.svg)

![Issue badge](https://img.shields.io/github/issues/peerigon/scriptlint)

## intro

When frequently switching between projects, keeping track run/dev commands and helper scripts is hard. Was it `npm run dev` or `npm run start:development`? Was it `yarn lint` or `yarn eslint`? Until now, there's no convention or standard to follow or enforce but now there is! This document aims to define an easy to comply style guide how to name (and use) your package scripts, as well as a enforceable set of rules to improve their intuitive use. We created a CLI tool to lint your package scripts, so to speak.
Expand Down

0 comments on commit 7e950ab

Please sign in to comment.