All Questions
9 questions
0
votes
1
answer
237
views
Readme appearance instead of index.html
I'm new at this: is there any way to let github build a page with the index.html file that is placed in a folder instead of readme?
I've been successfully building a lot of pages with that the index ...
-2
votes
1
answer
356
views
Passing in a result of a function to generate readme
Bootcamp student here. I seem to be having trouble passing in the result of function renderBadge(license) to the generateREADME function. I am using inquirer to grab inputs, and generate a readme. The ...
0
votes
0
answers
64
views
When I publish my readme on npm it turns into giberish
Ik there is another question but my npm package isn't connected to github so the other answer of changing github files doesn't work. I have tried deleting the file and re putting but it doesn't work. ...
4
votes
3
answers
2k
views
NPM readme file showing up broken
I have this readme file.
https://pastebin.com/ihH0SKF3
It is written in markdown, and there are code blocks in it
Is there something wrong with my readme file?
On github, it shows up fine
But on ...
0
votes
1
answer
114
views
Javascript single quote inside string for exported text file [duplicate]
I am creating a node.js file that creates and readme file where the install directions need to be displayed as shell or javascript type font. However, I have not been able to use the single quotes ...
0
votes
1
answer
54
views
Home-brewed view counter on GitHub profile malfunctioning?
I recently made myself a view counter to embed in Markdown, but for some odd reason GitHub's flavored Markdown is doing the weirdest thing.
The way my counter is set up, you can view the counter at ...
0
votes
1
answer
851
views
readme-md-generator not updating version from package JSON
Is it possible to have my readme auto update the version of my self published package when I update the package JSON?
Right now the readme (created with readme-md-generator) does not the relevant ...
1
vote
1
answer
1k
views
How to center an image in NPM README?
Problem
I have a project fully documented and with a README which has the logo centered:
https://github.com/Fl4m3Ph03n1x/fs-error-logger/blob/master/README.md
The code I am using for this is the ...
3
votes
1
answer
2k
views
How do I manage my package's readme on npmjs.com?
I have very limited experience with actually publishing npm packages, so this is likely a rather amateur question. I was initially under the impression that the readme featured on a package's npmjs....