Crates.io | mkpydir |
lib.rs | mkpydir |
version | 0.1.3 |
source | src |
created_at | 2024-01-16 19:51:35.758298 |
updated_at | 2024-01-16 21:06:28.803798 |
description | Quickly create a new Python directory with boilerplate code. |
homepage | |
repository | |
max_upload_size | |
id | 1101919 |
size | 2,979 |
Quickly create a new Python directory with boilerplate code.
cargo install mkpydir
mkpydir my-project
This will create two files:
environment.yml
(conda)requirements.txt
(pip)