# License OSI (Open Source Initiative)
This lib is to add licenses (Text) in your projects.

Using scraping with request (npm), we can get the license from [Open Source Initiative](https://opensource.org).

With license-driver is very easy add the file LICENSE.

## Install

```
npm i -g license-driver
```
Result install command
![Install Result](https://i.imgur.com/DOOhHmh.png)

## Run

### Help command

```js
addlic -h
```
Result help command:
![Help Command](https://i.imgur.com/Of91ru2.png)


### Example command

```js
addlic -y 2018 -a "Juan Emmanuel Díaz" -o
```
Result example command:
![Example Command](https://i.imgur.com/PIPhKu2.png)
