Giter Site home page Giter Site logo

repo-counts's Introduction

Repo Counts

Tool for reporting amount of a code in repositories, with an option of generating counts over time.

Warning

This tool can generate very, very large amounts of data. Be careful when using chronicle together with detail.

Usage

Node.js

npx repo-counts -h - lists available options with description

npx repo-counts - counts current dir

npx repo-counts -r <dir1> <dir2> - counts selected dirs

Deno

Not supported yet - this tool uses node.js api that isn't available in std/node library. That said, I'm testing the tool by running:

deno run --unstable --compat --allow-env --import-map=./import_map.json .\src\index.mjs

TODO

  1. Allow skipping first n commits. This is helpful when initial commits are more of a POS or setting up stuff.
  2. Allow specifying a time period instead of a whole timeline, specific date in time.
  3. Display more data in html output (on hover?). - done
  4. Allow configuring colors.
  5. Allow defyining config file, that can hold repeatable congfiguration - implemented, not tested.
  6. Implement option for ignoring extensions and folder names. - done
  7. Allow probing repositories not on disk - using github API or other services.
  8. Check quantity queries and media queries to move more logic to CSS.
  9. All errors should be reported to a separate file
  10. CSV output should not use ids for authors and dates, but labels.
  11. Series/periods descriptions under the chart should adapt to their amount and sreen size.
  12. Allow details to specify author, date, extension or fileName instead of always being extension.
  13. Improve tooltips to show values always, consider rounding them.

repo-counts's People

Contributors

autioch avatar jakubszczepaniakmtab avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.