A better $HOME for your CV
Keep your CV in plain text in your favorite $EDITOR and let txtcv handle the rest.
Finally, a CV workflow that makes sense for developers.
txtcv lets you manage your CV as code. Store your CV in JSON following the JSON Resume schema, put it in version control, and publish to txtcv with CLI or Github Actions.
- Sign in to txtcv.com using your GitHub account
- Create a new CV and copy/paste your JSON resume
- Choose from multiple professional templates
- Share your CV with a unique link
Install the CLI via Homebrew and manage your CV locally:
$ brew install txtcv/tap/txtcv
$ txtcv auth login
$ txtcv publish --id <cv-id> cv.jsonAutomatically publish your CV on every push:
- uses: txtcv/actions-publich@v1
with:
cv_id: your-cv-id
cv_path: cv.json
txtcv_auth_token: ${{ secrets.TXTCV_AUTH_TOKEN }}