Skip to content

Adds mkpkg script to your command line. Just makes a directory with an __init__.py file that includes the current date in a comment. Optionally includes a -m argument which adds a docstring with that comment in it.

Notifications You must be signed in to change notification settings

technigami/pymkpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkpkg

mkpkg is just like mkdir, but includes an __init__.py file that includes the date of creation in a comment, and optionally a docstring.

This tool adds mkpkg script to your command line.

Installation

pip install https://github.com/Technigami/pymkpkg/archive/master.zip

Usage

mkpkg [directory] -m (optional argument adds to the packages' docstring)
  • Makes a directory with an __init__.py file that includes the current date in a comment.
  • Optionally includes a -m argument which adds a docstring with that comment in it.

About

Adds mkpkg script to your command line. Just makes a directory with an __init__.py file that includes the current date in a comment. Optionally includes a -m argument which adds a docstring with that comment in it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages