3 releases
0.1.3 | Jan 16, 2024 |
---|---|
0.1.1 | Jan 16, 2024 |
0.1.0 | Jan 16, 2024 |
#1306 in Development tools
28 downloads per month
3KB
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)