Skip to content

Get Rid of Manual Steps and Reduce the Dependency on Hero Developers on Your Team

License

Notifications You must be signed in to change notification settings

cyborgdeveloper/cyborg-developer-cookbook

Repository files navigation

The Cyborg Developer Cookbook: The Ultimate Guide

Travis (.com) GitHub release GitHub Release Date GitHub All Releases GitHub License

The eBook that was missing to start automating all your tedious tasks TODAY! Recipes with specific scenarios to help you get started with particular tools and also, the crucial part, solve real problems to automate your day! This is a FREE gift from cyborgdeveloper.tech, so you can get started with software automation. Subscribe to receive this eBook over your email and my best tips about automation. Or, if you prefer, you can generate this eBook in your machine. You only need docker.

The Cyborg Developer Cookbook: The Ultimate Guide

Get Rid of Manual Steps and Reduce the Dependency on Hero Developers on Your Team Today!

Download PDF Version Download ePUB Version Download Mobi Version

Generate the eBook

  1. Clone the project

    git clone https://github.com/cyborgdeveloper/cyborg-developer-cookbook.git
  2. Generate the eBook

    Using Docker Compose
    docker-compose run --rm ebook
    Using Docker (linux and OSX command)
    docker run --rm \
      -v $(pwd):/documents/ \
      asciidoctor/docker-asciidoctor \
      ./asc-startup.sh

That’s it! Now you not only have the eBook in multiple formats but you also know how to generate eBooks using only CODE!

Note
If you want to know more about how to build an eBook automated like this one, check the project ebook-with-asciidoctor and learn the first steps.