Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 378 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 378 Bytes

templater

Pulls from another remote repository and copies the subfolder related to the template.

Example template repository subfolder structure:

└── cpp
    ├── main.cpp
    └── test

Example command: templater cpp

To install

  • Create remote repository
  • echo 'YOUR_TEMPLATE_REPO_URL' > src/template_url
  • cargo install --path .