Closed ScalaWilliam closed 7 years ago
Best if the example could be executed all in a copy-paste style. See: https://www.scalawilliam.com/essential-sbt/
I'd think the source example file can be inside the repository & in an example of how to use it you wget/curl it to local.
eg
$ wget raw.githubuser..../sample.html $ git clone <repo> $ cd repo $ <install php deps? I'm not sure how this is done> $ strapdown ../sample.html | grep -A2 h1
I tested the documentation. It works nicely for me. 👍
although composer took a good 1 minute to load up. Not sure why.
Best if the example could be executed all in a copy-paste style. See: https://www.scalawilliam.com/essential-sbt/
I'd think the source example file can be inside the repository & in an example of how to use it you wget/curl it to local.
eg