Skip to content

jshingler/TOS-and-Thinkscript-Snippet-Collection

Repository files navigation

Actions Status

TOS-and-Thinkscript-Snippet-Collection

The "TOS and Thinkscript Snippet Collection" by StanL has been a great help in my thinkscript development journey. I constantly look to this work for ideas and techniques.

It appears that "TOS and Thinkscript Snippet Collection" hasn't been update in 3 years as of this writing, ... I am not sure is something happened to StanL or what.

My Motivations: I found the pdf hard to read at times and I want the great work StanL did to live on. Converted the Markdown version to AsciiDoctor and generate with Gradle AsciDoctor Plugin.

Please feel free to fork and send me pull requests or corrections and additions.

Credits:

Local Artifact Generation

gradlew asciidoctor

CI Artifact Generation using GitHub Actions

The workflow (.github/workflows/main.yaml) performs the following steps:

  • Run actions/checkout
  • Generate Artifacts
  • Prepare to push generated artifacts back to the repo
  • Push changes Masters
  • Push changes gh-pages