/mkpydir

Create a project directory for python projects

Primary LanguageRust

mkpydir

Quickly create a new Python directory with boilerplate code.

Installation

cargo install mkpydir

Usage

mkpydir my-project

This will create two files:

  • environment.yml (conda)
  • requirements.txt (pip)