7.5. dkit-quickstart: Create template for a new datakit packageΒΆ

Create several files and folders to create a basic template for a DataKit 3.0 package.

Usage:
$ dkit-quickstart [PKG [WHERE]] [OPTIONS]
Arguments:
  • PKG: name of Python package relative to WHERE

  • WHERE: location to create package

Options:
-h, --help

Display this help message and quit

-t, --target TARGET

Use TARGET as a prefix to the package name PKG

--where WHERE

Create package in folder WHERE {.}

--title TITLE

Use TITLE as the one-line description for the package

Versions:
  • 2021-08-24 @ddalle: Version 1.0

  • 2021-09-15 @ddalle: Version 1.1; more STDOUT