1.0.1 • Published 3 years ago
@korynunn/runme v1.0.1
RUNME
Run a code section in a README.md
Usage
In a console, run:
runme README.md 1
where 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
3 years ago