Skip to content

capjamesg/h-resume-to-man-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Convert a h-resume to a Linux man page

This repository contains a Perl script to convert a h-resume to a Linux man page.

Getting Started

First, install all of the required dependencies for this project:

cpan install Web::Microformats2
cpan install LWP::UserAgent

Next, open the h-entry-to-man.pl script and replace jamesg.blog/resume/ with the location of your h-resume document. Only valid h-resume objects will be added to the manual page.

Finally, run the script:

perl h-entry-to-man.pl

The script will create a file called manual.man.

To open the man file, use this command:

man ./manual.man

(Note the ./ is needed to open the file.)

License

This project is licensed under an MIT 0 license.

Contributors

  • capjamesg

About

Convert a h-resume document to a Linux man page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages