Giter Club home page Giter Club logo

Comments (6)

martinheidegger avatar martinheidegger commented on May 21, 2024

There is run-markdown That does something similar. In its current state it is not well usable because you can't prepare an environment for the test. (specify code that you don't need to be visible within the markdown file). But I think think in general it is good practise - I don't know how often I published broken docs ...

from standard-readme.

RichardLitt avatar RichardLitt commented on May 21, 2024

This would have to be a suggestion, as some code can't easily be run in a REPL. We could suggest run-markdown. Or others?

from standard-readme.

martinheidegger avatar martinheidegger commented on May 21, 2024

If there is a linter, it should include a way to pass the code snippets to an executor: i.e. if there is a

console.log('Hello')

and you run the readme against standard-readme --exec="npm run test-doc"

and it will execute the above snippet like:

$ echo "console.log('Hello')" | npm run test-doc -- 1

from standard-readme.

RichardLitt avatar RichardLitt commented on May 21, 2024

Agreed about this is something that ought to be worked into the linter. Going to link it to #5 and leave this open for now.

from standard-readme.

wooorm avatar wooorm commented on May 21, 2024

Is this something standard-readme can dictate? πŸ€” I’d leave this up to platforms that render readmes!

from standard-readme.

RichardLitt avatar RichardLitt commented on May 21, 2024

Agreed.

from standard-readme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.