Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.04 KB

readme.md

File metadata and controls

24 lines (19 loc) · 1.04 KB

Default Template index for short🩳

This index allow to share templates with the community.

Display with cli

List available templates with short cli.

$> sht generate -l

Add template and share with the community.

  1. Create an short and git project. You can inspire you with existing templates like test and aws-sam.
  2. Assure you that your repository is accessible publicly. You can use github, gitlabs, bitbucket etc ...
  3. Create an new file json file <file name>.json in the index repository add file with the following data :
    { "url" : "https://.... or git@.... your git url" }
  4. Create pull request on this repository.