locate-app

v2.4.6
Find apps installed on your system. This util will help to find executables of a known app like Chrome, Firefox,... on Windows, Linux, and macOS out of the box.
typescript utils helper

lint

tslint -p tsconfig.json

test

jest --config jestconfig.json

preversion

npm run lint && npm run test && npm run generate-main-exports-commit && npm run generate-documentation-commit && tsc

postversion

npm publish && git push

generate-main-exports

ts-node ./scripts/generate-main-exports/generate-main-exports.ts

generate-documentation

typedoc

generate-main-exports-commit

git diff --exit-code && npm run generate-main-exports && git add src && git commit --allow-empty -m "🏭 Generate main exports"

generate-documentation-commit

git diff --exit-code && npm run generate-documentation && git add docs && git commit --allow-empty -m "🏭 Generate documentation"

Metadata

Downloads

Maintainers