1.0.5 • Published 6 years ago
binoculars v1.0.5
____ ___ _ _ ___ ____ _ _ _ _ ____ ____
| __ )_ _| \ | |/ _ \ / ___| | | | | / \ | _ \/ ___|
| _ \| || \| | | | | | | | | | | / _ \ | |_) \___ \
| |_) | || |\ | |_| | |___| |_| | |___ / ___ \| _ < ___) |
|____/___|_| \_|\___/ \____|\___/|_____/_/ \_\_| \_\____/A tool for drawing relationships between source code files.
Disclaimer: This is very much a work-in-progress tool. Apologies in advance.
Scripts
npm run build- do a per file conversion from /src to /libnpm run build.cli- convert clinpm run build.source- convert filesnpm run cost- regenerate the costfilenpm run dist- generate filesnpm run lint- lint the javascript filesnpm run meta- run the tool on itselfnpm run meta.auto- regenerate the tool and then run it on itselfnpm run meta.debug- run the meta calls with DEBUG=binoculars:*npm run meta.debug.multi- run the meta.multi call with DEBUG=binoculars:*npm run meta.debug.single- run the meta.single call with DEBUG=binoculars:*npm run meta.multi- run a multi meta callnpm run meta.single- run a single meta callnpm run mkdir.coverage- mkdirp coveragenpm run precommit- the tasks auto-run before commits dist' 'nps test' 'nps cost'npm run publish- the tasks to run at publish-timenpm run test- run lint and testsnpm run test.covered- run covered testsnpm run test.log- run tests and save logfilenpm run test.watch- run your tests continuously