Skip to content

phil-stein/oloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oloc

inspired by cloc

counts the lines of code in a .odin file or all .odin files in a directory

to install run build.bat or odin run src -out:bin\oloc
and add the repos bin directory to your path

  > oloc .
  > oloc some_dir
  > oloc file.odin        
  > oloc path/to/some/dir 
  > oloc path/to/file.odin

 ----------------------
  total files:       9
  odin files:        9
 - - - - - - - - - - -
  empty:           400
  comment:         383
  code:           1590
  total:          2373
 ----------------------

About

cloc style count-lines-of-code for oding-lang

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors