pkg-init

Initialize on a new package.


Keywords
python, project
License
MIT
Install
pip install pkg-init==1.0.1

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.