Convert your resume from the JSON Resume schema to the RenderCV schema effortlessly with this CLI tool.
- Converts JSON Resume schema to RenderCV schema.
- Validates input and output against their respective schemas.
- Supports both JSON and YAML formats for input and output.
You can install the tool using pip
:
pip install jsonresume_to_rendercv
Convert your resume from JSON Resume to RenderCV schema using the command-line interface.
jsonresume_to_rendercv resume.json output.yaml
jsonresume_to_rendercv resume.yaml output.yaml
-
Clone the repository:
git clone https://github.com/yourusername/jsonresume_to_rendercv.git cd jsonresume_to_rendercv
-
Install dependencies:
make install
To build the project:
make build
To run tests:
make test
This will download a sample JSON Resume file, run the converter, and validate the output.
To release the package:
make release
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.