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/dirgistered/. It is auto-generated on each commit.
The project repository is using:
- Travis CI (for Linux and macOS)
for Continuos Integration aspects.
Build instructions can be found here.
Crashreport informations are located here. More informations about dirgistered sentry usage are located here.
- Clone the repository:
git clone https://github.com/yafp/dirgistered
- Go into the repository:
cd dirgistered
- Install dependencies:
npm install
- Execute:
npm start
- Execute
npm run start-debug
- Execute:
npm test
npm audit
npm outdated
or using npm-check
:
- Install requirements:
npm install -g npm-check
- Run check:
npm-check
or - Run check:
npm-check -s
- Install requirements:
npm install depcheck
- Run check:
depcheck
npm update
npm run
or a dynamic solution
- Install requirements:
npm i -g ntl
- Execute
ntl