0.0.22 • Published 4 years ago

@pclabs/gitit v0.0.22

Weekly downloads
32
License
ISC
Repository
-
Last release
4 years ago

Gitit

A simple cli for grabbing useful information out of your Git commit history and marrying it up with information in your favorite ticketing system.

If you are the type of team that likes to have a single source of truth for the the status of you code as well as the status of your project, this repo may be helpful to you. The idea is that, this single source of truth is your commit history.

Usage

  npm install --save-dev @pclabs/gitit
  const gitit = require('@pclabs/gitit');

  const instance = gitit(config) // see config below

  instance.parseRepo({})
    .then((repoData) => {
      return instance.parseProject(repoData);
    })
    .then((data) => {
      console.log(data);
    });

Config structure

// TODO

Backlog

// Make public cli work by importing config as file // Move inquirer wrapper into own package // Move pathed JSON into own package... perhaps with test-persistance // Limit data pulled in by updated date...

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2-alpha.0

4 years ago

0.0.1-alpha.0

4 years ago