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.
Get Rid of Manual Steps and Reduce the Dependency on Hero Developers on Your Team Today!
-
Clone the project
git clone https://github.com/cyborgdeveloper/cyborg-developer-cookbook.git
-
Generate the eBook
Using Docker Composedocker-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. |