https://github.com/atlet99/resume-generator
It's very simple resume generator based on the Golang.
https://github.com/atlet99/resume-generator
go resume-generator
Last synced: 4 months ago
JSON representation
It's very simple resume generator based on the Golang.
- Host: GitHub
- URL: https://github.com/atlet99/resume-generator
- Owner: atlet99
- License: mit
- Created: 2024-09-19T13:12:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T01:32:12.000Z (9 months ago)
- Last Synced: 2025-02-01T00:42:14.285Z (9 months ago)
- Topics: go, resume-generator
- Language: Go
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume Generator [](https://hub.docker.com/r/zetfolder17/resume-generator) [](https://github.com/atlet99/resume-generator/actions/workflows/ci-builds-and-releases.yml) [](https://github.com/atlet99/resume-generator/graphs/contributors/) [](https://goreportcard.com/report/github.com/atlet99/resume-generator) [](https://securityscorecards.dev/viewer/?uri=github.com/atlet99/resume-generator) 
This project is a simple resume generator built using Golang. It allows you to create resumes in DOCX and PDF formats based on predefined templates.
## Features
- Generate resumes in DOCX and PDF formats.
- Environment-based configuration using `.env` file.
- Easy to customize templates for different resume styles.## Installation
### Prerequisites
- [Go](https://golang.org/doc/install)
- Docker (optional, for containerized usage)### Steps
1. Clone the repository:
```shell
git clone https://github.com/atlet99/resume-generator.git;
cd resume-generator
```
2. Install dependencies:
```shell
go mod tidy
```
3. Build the application:
```shell
go build -o resume-generator
```
4. Run the application:
```shell
./resume-generator
```
5. Alternatively, run with Docker:
```shell
docker-compose up --build
```### Usage
1. Configure the `.env` file to specify your environment variables.
2. Run the application with the following command:
```shell
./resume-generator
```### Contribution
We welcome contributions. Please fork the repository and submit pull requests.
### License
```shell
© MIT License
```