# licenseify

A tiny cli to generate LICENSE files. Note, it does not (yet??) maintain
license *headers*, a much tougher problem.

## list available licenses

```bash
npx licenseify
```

## generate MIT license into ./LICENSE

```bash
npx licenseify MIT
```

## generate license specified by package.json in current folder

```bash
npx licenseify .
```

## license:

MIT. Self-generated! ohoho
