Automatically generate the basic necessary files for a new python project.
Navigate to the project folder and run
pip install .
For development, run
pip install -e .
From the desired directory, run
new-project projectname
to create a folder named projectname
and all the necessary files to start your new python project.
To display the help message, run
new-project -h