Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thescientist13/yarn-lock-linter
- Owner: thescientist13
- Created: 2017-05-06T01:26:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T03:19:14.000Z (over 7 years ago)
- Last Synced: 2024-10-29T03:41:52.519Z (about 2 months ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`