Skip to content

betados/cv_commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV generator

This is an attempt to make a "git-like" curriculum generator. It has the generator cvCommit.py and the viewer index.html witch is a front-end-only web.

Usage

The usage is as much git-like as possible.

To init a new cv:

python cvCommit.py init 

It will create an empty repository with the default master branch

To generate a new node:

python cvCommit.py commmit -m "message" 

To checkout on an existing node to make a fork:

python cvCommit.py checkout commit_index 

and the new nodes will be created from the one given

To create a new branch:

python cvCommit.py checkout -b "branch name" 

To checkout on an existing branch:

python cvCommit.py checkout "branch name" 

To view the result you must type:

python cvCommit.py export

And open the viewer index.html on your browser

About

An attempt to make a "git-like" curriculum generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published