> pip install create-python-cmd
> git clone https://github.com/.../myproject
> cd myproject
> createpythoncmd # Creates a new Python command line application.
Creates a new Python command line application with linters and tests.
The following linters are used
pylint
flake8
mypy
To run all linters and tests, simply go to the root directory and run tox
To upload your project to pypi simply run . ./upload_package.sh
1.2.0
- Refresh with new modern practices like an installation script.1.1.1
- Adds chmod +x to shell scripts and adds post install instructions.1.1.0
- createpythonapp -> createpythoncmd.1.0.9
- Adds keywords prompt during setup.