```
■ data init
```

Initialize a Data Package in the current working directory.
It will scan the current working directory and nested directories for the files and generate a `datapackage.json`.

## Options:

```
-h, --help               Output usage information
-i, --interactive        Run init in interactive mode
```

## Example:

```
# Initialize Data Package in current working directory:
■ data init
```
