Extends usethis::create_package() and places a template source file in
the R subdirectory of the new package. The file has a working stub of etl_extract().
The new package can be built immediately and run.
New S3 methods for etl_transform() and etl_load() can be added if
necessary, but the default methods may suffice.