When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
The current jsdoc documentation can be found on https://yafp.github.io/media-dupes/. It is auto-generated (using JsDoc Action) on each commit of this project.
Building media-dupes yourself is pretty easy. Please see the building instructions for more details.
Crashreport informations are located here.
- Clone the repository:
git clone https://github.com/yafp/media-dupes
- Go into the repository:
cd media-dupes
- Install dependencies:
npm install
- Execute:
npm start
- Execute
npm run start-debug
- Execute:
npm test
npm audit
npm install PACKAGENAME --save
npm install [email protected]
npm outdated
or using npm-check
:
- Install requirements:
npm install -g npm-check
- Run:
npm-check
ornpm-check -s
(-s = Skip check for unused packages)
- Install requirements:
npm install depcheck
- Run check:
depcheck
npm install PACKAGENAME --save
npm update
npm run
or a dynamic solution
- Install requirements:
npm i -g ntl
- Execute
ntl