Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auto-weekly

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-weekly

auto generate weekly by git commit log.

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

auto generate weekly xlsx by git logs

1.usage

npx auto-weekly [options]

Options:
  -V, --version                output the version number
  -u, --users [users...]       filter by usernames
  -p, --path <path>            git repository in local system path
  -d, --dist <dist>            the directory output weekly excel
  -ucn, --username <userName>  reporter user name chinese version
  -from, --from <startDate>    filter commits after start date, yyyy-mm-dd (default: "current week start date")
  -to, --to <endDate>          filter commits before end date, yyyy-mm-dd (default: "current week end date")
  -h, --help                   display help for command

2.example

run under command at a git project base path.

npx auto-weekly

or just

npx auto-weekly -u zhangsan zhangs -ucn 张三 -p . -d ./weekly

FAQs

Package last updated on 24 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc