bcgov / quickstart-openshift

QuickStart template targeted for OpenShift.
https://quickstart-openshift-test-frontend.apps.silver.devops.gov.bc.ca/
Apache License 2.0
29 stars 3 forks source link

Knip JS/TS dependency and export cleaner #1306

Open DerekRoberts opened 1 year ago

DerekRoberts commented 1 year ago

Prunes stale deps and exports. Work into quickstart and/or actions. JavaScript/TypeScript only.

DerekRoberts commented 1 year ago

Install and use from a JS/TS project:

sudo dnf install python3 g++ make -y # Fedora
npm i -g knip
npm ci
knip --dependencies --exports
echo $?