File: README.md

package info (click to toggle)
golang-github-odeke-em-ripper 0.0~git20150415.0.bd1a682-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 96 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## ripper

Get licenses from files.

Currently, supports ripping out head paths of the Apache License formatted with

// Copyright ...

# Installation:

```shell
$ go get github.com/odeke-em/rippper
```

# Usage

```shell
$ ripper [packages....]
```

e.g

```shell
$ ripper github.com/odeke-em/drive/src github.com/github/hub
```