Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 896 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 896 Bytes

This repository has been migrated to the self-hosted ari-web Forgejo instance: https://git.ari.lt/ari/mkproj

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