1.0.1 • Published 4 years ago
@korynunn/runme v1.0.1
RUNME
Run a code section in a README.md
Usage
In a console, run:
runme README.md 1where the second code section (section 1) has something like this:
console.log('hello world');which will run the above code.
Or you can 'name' your sections like so:
named
console.log('named section')1.0.1
4 years ago