# strong-github-analytics

> A toolkit that utilizes the strong-github-api for generating analytics data.

Latest version **0.0.4** (published 2017-04-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install strong-github-analytics
pnpm add strong-github-analytics
yarn add strong-github-analytics
bun add strong-github-analytics
```

Provides the command `sl-gh`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2017-04-05 |
| First published | 2017-01-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Kevin Delisle |
| Maintainers | kjdelisle |
| Keywords | strong-github-analytics |

## Links

- npm: https://www.npmjs.com/package/strong-github-analytics
- Repository: https://github.com/strongloop/strong-github-analytics
- Homepage: https://github.com/strongloop/strong-github-analytics#readme
- Issues: https://github.com/strongloop/strong-github-analytics/issues
- npm.io page: https://npm.io/package/strong-github-analytics

## Dependencies (7)

- [yargs](https://npm.io/package/yargs.md) ^6.3.0
- [lodash](https://npm.io/package/lodash.md) ^4.16.6
- [moment](https://npm.io/package/moment.md) ^2.16.0
- [octokat](https://npm.io/package/octokat.md) ^0.4.18
- [bluebird](https://npm.io/package/bluebird.md) ^3.4.6
- [strong-github-api](https://npm.io/package/strong-github-api.md) ^0.2.1
- [strong-debug-utils](https://npm.io/package/strong-debug-utils.md) ^1.0.1

## Recent versions

- 0.0.4 (latest) — 2017-04-05
- 0.0.3 — 2017-04-03
- 0.0.2 — 2017-01-03
- 0.0.1 — 2017-01-03

## README

# strong-github-analytics

[![Build Status](https://travis-ci.org/strongloop/strong-github-analytics.svg?branch=master)](https://travis-ci.org/strongloop/strong-github-analytics)

A toolkit that utilizes the strong-github-api for generating analytics data.

## Installation

```
npm i -g strong-github-analytics
sl-gh --help
```

## make-sprint

Use the make-sprint command to generate a common milestone across an
organization's GitHub repositories, or a user's owned repositories.

### Notable Options
- `--org=<orgName>` - The name of your organization in GitHub. For example, if
the URL for your org is `https://github.com/strongloop`, then you'll want to
use `strongloop` as your orgName.
- `--user=<user>` and `--password=<password>` - If you don't have a GitHub token
(really, you should just make one!), then you can use user and password to
authenticate.
- `--title=<title>` - The title of the milestone to create across targets.
- `--description=<desc>` - The text to put into the milestone description.
- `--dryrun` - Will simulate the run to allow you to review and confirm your
targets. Useful if you don't feel like manually deleting dozens of milestones!
For a complete list of options, run `sl-gh make-sprint --help`.

### Example
```
sl-gh make-sprint 2012-12-12 --token=abcdef12345abcdef12345 --org=strongloop --title="Sprint 42"
--description="Sprint to end all sprints!"
```

**Note**: If used under a user's context, this will not generate milestones
for repositories that a user does not own, _even if he/she has appropriate
rights to do so_!

---
_Source: https://npm.io/package/strong-github-analytics · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
