Hi,
I have three separate files, I would like to have a script that would install the below files in the local folder
Package Items
https://gitlab.com/darkout/builder/-/raw/master/_data/do-hero-content.yml
https://gitlab.com/darkout/builder/-/raw/master/_includes/do-hero-content.html
https://gitlab.com/darkout/builder/-/raw/master/_sass/modules/do-hero-content.scss
Sample code example
install do-hero
Should install the above three files in the local in the following folders
expected output: to have the files in the local below folder
local > /_data/do-hero-content.yml
local > /_includes/do-hero-content.html
local > /_sass/modules/do-hero-content.scss
Could someone advise me what's the best way to execute this?
Thanks
Shovan
Top comments (0)