rapidrush

Python project template. Rapid start for projects.


Keywords
python, project, template
License
MIT
Install
pip install rapidrush==1.1.0

Documentation

Initialize on a new package

Usage

pip install pkg-init
cd /move/to/your/project/directory
package-init package-name

or

git clone https://github.com/bluelief/pkg-init.git
cd pkg-init
python setup.py install
cd /move/to/your/project/directory
package-init package-name

License

Copyright (c) 2018 bluelief.
Licensed under the MIT License.