codebase-analyzer vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Authors:Doug Coleman


Words

Ordinary words
WordStack effect
analyze-codebase( path -- )
analyze-codebase-path( path -- )
analyze-codebase-paths( paths -- )
analyze-codebases( path -- )
assoc.( assoc -- )
binary-file?( path -- ? )
binary-files( paths -- ? )
c-file?( path -- ? )
c-files( paths -- paths' )
cmake-file?( path -- ? )
cmake-files( paths -- paths' )
codebase-paths( path -- seq )
collect-by-file-extension( paths -- assoc )
collect-extensions-by-line-count( paths -- assoc )
count-by-file-extension( paths -- assoc )
cpp-file?( path -- ? )
cpp-files( paths -- paths' )
diff-paths( paths quot -- paths' )
docker-file?( path -- ? )
docker-files( paths -- paths' )
env-file?( path -- ? )
env-files( paths -- paths' )
file-sizes( paths -- assoc )
has-package-json?( path -- ? )
ignore-file?( path -- ? )
ignore-files( paths -- paths' )
image-file?( path -- ? )
image-files( paths -- paths' )
json-file?( path -- ? )
json-files( paths -- paths' )
license-file?( path -- ? )
license-files( paths -- paths' )
make-file?( path -- ? )
make-files( paths -- paths' )
markdown-file?( path -- ? )
markdown-files( paths -- paths' )
partition-binary( paths -- binary text )
python-file?( path -- ? )
python-files( paths -- paths' )
rc-file?( path -- ? )
rc-files( paths -- paths' )
regular-directory-files( path -- seq )
shell-file?( path -- ? )
shell-files( paths -- paths' )
sum-line-counts-by-extension( paths -- assoc )
sum-sizes-by-extension( paths -- assoc )
swift-files( paths -- paths' )
txt-file?( path -- ? )
txt-files( paths -- paths' )
uses-cmake?( paths -- ? )
uses-docker?( paths -- ? )
uses-git?( path -- ? )
uses-make?( paths -- ? )
uses-shell?( paths -- ? )
uses-yaml?( paths -- ? )
web-file?( path -- ? )
web-files( paths -- paths' )
with-file-extensions( paths -- paths' )
without-git-paths( paths -- paths' )
without-node-modules-paths( paths -- paths' )
yaml-file?( path -- ? )
yaml-files( paths -- paths' )


Files


Metadata files