Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thescientist13/yarn-lock-linter

An NPM package to make sure changes to a package.json have a corresponding change to yarn.lock
https://github.com/thescientist13/yarn-lock-linter

Last synced: about 1 month ago
JSON representation

An NPM package to make sure changes to a package.json have a corresponding change to yarn.lock

Awesome Lists containing this project

README

        

# yarn-lock-linter

## Overview
An NPM package to make sure changes to a package.json have a corresponding change to yarn.lock

## Install
Not published yet.

## Development

### Setup
1. Clone this repo to your machine from GitHub
1. Run `yarn install`
1. Install the package globally `npm install -g`

Verify it's running
```bash
$ yll
```

### Workflow
1. From within the _yarn-lock-linter_ repo, run `npm install -g`
1. Run `yll` and whatever flags you want to test

## Testing
`$ yarn run test`