Skip to content

TruncatedDinoSour/mkproj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mkproj

Make and use templates for projects

Requirements

  • Python 3.8 and up

Installation

Manual

sudo install -Dm0644 mkproj.1 /usr/share/man/man1/mkproj.1
sudo mandb -qf /usr/share/man/man1/mkproj.1
sudo install -Dm755 mkproj /usr/local/bin

Packages

Customisation

Templates can be made and viewed in ~/.config/proj_tmpl directory with a structure of

template_name/
    mkproj_autorun      -- A script that will run after initialising the template
    file1
    dir1/
        something

mkproj_autorun is a special file that will get auto-ran on project creation, keep in mind that having it is optional

More in the man page