Repo with powershell script as content. #117
Unanswered
fsm22032006
asked this question in
Q&A
Replies: 1 comment 6 replies
-
@fsm22032006 I will take a look at this in a few days. I'm currently on a holiday. Thanks for trying out the tool! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have a bitbucket repo. its for a project i did to install multiple servers. all my script in that repo have metadata in this form:
but nothing from the metadata is used in the creation of de readme.md file. so i though maybe it cant read it somehow. So i a made another script that create a json file contain all the info of the scripts in this format.
hoping it would read that and would then get all the data it needs but still no joy...
can you give me a nudge in the right direction on how to get it to read my PowerShell scripts?
things that do and dont work:
Table of contents : works
overview: > REPLACE-ME so i guess it doesn't work
features: > REPLACE-ME so i guess it doesn't work
Project structure: works
Project index: works sort of... its show my ps1 files with > REPLACE-ME behind it
the project roadmap, contributing, license, acknowledgments also work
Beta Was this translation helpful? Give feedback.
All reactions