Hey there 👋🏽, I'm Ishita and I've made this project to help fellow developers build and deploy their portfolio websites within minuites. 🧁
You can find all versions of the CLI here:
To install the CLI:
- run the command:
pip install resume-cli
To be able to use the CLI you must have the following installed and working:
- Python
- Git CLI
To have a github project show up on the website, add the topic: resume-cli
to it.
ResuMe has a bunch of cool features:
-
to configure the CLI run:
resume-cli init
this is a one-time step.
-
to build a website using your linkedin and github accounts:
resume-cli build
This command creates a website and pushes it to your github account.
-
to deploy the website:
resume-cli deploy
This command deploys the website to github pages
-
to list all your websites:
resume-cli list
-
to delete a website:
resume-cli delete
Important Note: Please do not delete the local copy or the repository manually What if i have already deleted my github repository or my local copy:
- Incase you have deleted your local copy, please delete the corresponding github repository.
- Incase you have deleted your github repository, please delete the corresponding local copy.
-
to update your website:
resume-cli update
- Please add your bug report or feature request to the issues tab with an appropriate label.
- Make sure to look through the issues to not create a duplicate issue
-
How do i generate my github PAT:
Head over to your github account, you can create your PAT under: settings > developer settings > Personal access tokens
-
What permissions to give to my PAT:
repo: Full control of private repositories delete_repo: Delete repositories