https://github.com/lpsm-dev/personal-resume
๐ฆ [Portifolio] - This is a simples npm package of my personal resume in a CLI way
https://github.com/lpsm-dev/personal-resume
cli docker github js node nodejs npm personal resume resume-app resume-builder trivy
Last synced: 8 months ago
JSON representation
๐ฆ [Portifolio] - This is a simples npm package of my personal resume in a CLI way
- Host: GitHub
- URL: https://github.com/lpsm-dev/personal-resume
- Owner: lpsm-dev
- License: mit
- Created: 2021-12-17T12:39:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T11:30:44.000Z (about 2 years ago)
- Last Synced: 2025-02-03T04:28:28.525Z (9 months ago)
- Topics: cli, docker, github, js, node, nodejs, npm, personal, resume, resume-app, resume-builder, trivy
- Language: JavaScript
- Homepage: https://github.com/lpmatos/personal-resume
- Size: 11.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Personal Resume
[]()
[]()
[]()
[](https://www.npmjs.org/package/lpsm-dev)---
This is a simple npm package with my technical resume in a CLI way
---
## โค Description
Do you love coding and want to show off your skills? Try out this CLI resume! You can customize it to your liking and use it to present your abilities. By using `npx`, it's easy to display your resume in the terminal, making it accessible to tech people.
## โค Options
![]()
As of now there are below options:
- โจ About Me
- ๐งช Past Experience
- ๐ป Programming
- ๐จ Tech Skills
- ๐ Projects
- ๐ Interests
- ๐ค Contact Me
- ๐ธ Donations## โค Usage
Ways to run and use this project.
**Node**
Local
```bash
npm start
```or
```bash
node index.js
```Published
```bash
npx lpsm-dev
```**Docker**
Container
Just a simple example that you can use to run this container:
```bash
docker run -it --rm --name personal-resume ghcr.io/lpsm-dev/personal-resume:main
```Click [here](https://github.com/lpsm-dev/personal-resume/pkgs/container/personal-resume/versions) to see available image tags.
## โค Demo
https://user-images.githubusercontent.com/58797390/148670421-fce972b2-8c13-4358-95ae-cd5ee6ac4d69.mov
## โค Learning
- Setup a NPM publish pipeline using github actions.
- Setup a Docker build + scan pipeline using github actions.
- Create a node setup project to create a CLI.
- Create a release flow in github actions.
- Create a multistage node Dockerfile.
- Organize a git repo using pre-commit, editorconfig, gitignore and others.
- Setup make commands using Makefile.* Thanks [@Neha](https://github.com/Neha/resume-cli) for sharing your project.
## โค Author
๐ค Hey!! If you like this project or if you find some bugs feel free to contact me in my channels:
>
> * Linktree: https://linktr.ee/lpmatos
>## โค Versioning
To check the change history, please access the [**CHANGELOG.md**](CHANGELOG.md) file.
## โค Show your support
Give me a โญ๏ธ if this project helped you!
Made with ๐ by [me](https://github.com/lpsm-dev) ๐ inspired on [readme-md-generator](https://github.com/kefranabg/readme-md-generator)