mkpydir

Crates.iomkpydir
lib.rsmkpydir
version0.1.3
sourcesrc
created_at2024-01-16 19:51:35.758298
updated_at2024-01-16 21:06:28.803798
descriptionQuickly create a new Python directory with boilerplate code.
homepage
repository
max_upload_size
id1101919
size2,979
Joe Gesualdo (joegesualdo)

documentation

README

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)
Commit count: 0

cargo fmt