Mango Website Generator PyPi Package
python -m venv venvvenv\Scripts\activate.batpip install -r requirements.txtpip freeze > requirements.txt
Get started python mangowg.py --help
To use command selection rather than typing the command name, use python mangowg.py cut then select the command to be executed.
Run the commands in order
start > new > updateWholeProfile > getGithubInfo > getRepos > selectRepos > updateTemplate > push
Publish new package
- install poetry
poetry initpoetry buildpoetry publish -u USERNAME -p PASSWORD- use pypi password for this step
To update version number:
poetry version 0.1.2poetry buildpoetry publish -u USERNAME -p PASSWORD- use github password for this step