UNPKG

data-cli

Version:

CLI for working with data packages

21 lines (15 loc) 416 B
``` ■ 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 ```