All Projects → milmazz → elixir_getting_started_guide_to_go

milmazz / elixir_getting_started_guide_to_go

Licence: other
Elixir Getting Started Guide (EPUB format)

Programming Languages

elixir
2628 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to elixir getting started guide to go

hacking-datascience
Notebooks and design assets related to my publication 'hacking-datascience' on Medium.
Stars: ✭ 41 (+115.79%)
Mutual labels:  guide, getting-started
GuideChimp
Create interactive guided product tours in minutes with the most non-technical friendly, lightweight and extendable library.
Stars: ✭ 138 (+626.32%)
Mutual labels:  guide
beatoraja-english-guide
Detailed guide for how to get started with beatoraja or BMS in general. -- For example: What is BMS, How do I set it up, Where do I download songs, How does the community work, How does the difficulty system work
Stars: ✭ 62 (+226.32%)
Mutual labels:  guide
FreeML
Data Science Resources (Mostly Free)
Stars: ✭ 55 (+189.47%)
Mutual labels:  guide
Playbook
The Nodes iOS team Playbook 📖
Stars: ✭ 18 (-5.26%)
Mutual labels:  guide
Getting-Started-With-Contributing-to-Open-Sources
This has useful links to help you get started with contributing to open sources.
Stars: ✭ 44 (+131.58%)
Mutual labels:  getting-started
kubernetes-basico
Demonstração dos componentes do Kubernetes
Stars: ✭ 26 (+36.84%)
Mutual labels:  guide
Clover-Crate
Clover Bootloader (with Quirks) and Clover Configurator explained. My attempt of creating a usable documentation for the popular boot manager.
Stars: ✭ 61 (+221.05%)
Mutual labels:  guide
wiki
从diy行为艺术到diy苏格拉底式对话,从diy一个仪式到diy一次旷课,各种活动指南的百科。diy💔是706孵化的一个非代码开源项目。
Stars: ✭ 49 (+157.89%)
Mutual labels:  guide
balena-python-hello-world
Example of how to deploy Python code on a balena supported device.
Stars: ✭ 31 (+63.16%)
Mutual labels:  getting-started
apns-guide
🔔 Guide to setup APNS
Stars: ✭ 82 (+331.58%)
Mutual labels:  guide
Git-Command-Guide
📙 A git command guide
Stars: ✭ 53 (+178.95%)
Mutual labels:  guide
framestack
Tools, Frameworks & Libraries to help you build your projects ✨
Stars: ✭ 27 (+42.11%)
Mutual labels:  guide
FindMyDoc
Documentations, manuels et guides d'utilisation
Stars: ✭ 36 (+89.47%)
Mutual labels:  guide
super-auto-pets-db
This database website is an un-official guide and reference for the pets, food and stats from the game Super Auto Pets.
Stars: ✭ 36 (+89.47%)
Mutual labels:  guide
js-stack-from-scratch
🌺 Russian translation of "JavaScript Stack from Scratch" from the React-Theming developers https://github.com/sm-react/react-theming
Stars: ✭ 394 (+1973.68%)
Mutual labels:  guide
Intranet-Lets-Encrypt-Certification
Guide to setting up a Let's Encrypt SSL certificate for a non-public facing server.
Stars: ✭ 27 (+42.11%)
Mutual labels:  guide
frontendpath
A correct path to front-end development.
Stars: ✭ 60 (+215.79%)
Mutual labels:  guide
getting-started
A Starter Project Template for Wechaty works out-of-the-box
Stars: ✭ 512 (+2594.74%)
Mutual labels:  getting-started
A-Personal-Arch-Installation-Guide
A Personal Arch Installation Guide In Case of Amnesia
Stars: ✭ 58 (+205.26%)
Mutual labels:  guide

Elixir Lang Guides (EPUB format)

The idea behind this application is to offer an efficient way to transform the Elixir Lang guides into an EPUB document.

How to start

$ git clone https://github.com/milmazz/elixir_getting_started_guide_to_go
$ cd elixir_getting_started_guide_to_go
$ mix deps.get
$ mix escript.build
$ ./elixir_lang_guide path/to/elixir-lang.github.com

More options via command line

If you need more information about the command line options, please use the ./elixir_lang_guide --help:

  • -g, --guide - Guide that you want to convert, options: getting_started, meta or mix_otp, default: getting_started
  • -h, --help - Show help information
  • -o, --output - Output directory for the EPUB document, default: doc
  • -s, --scripts - List of custom JS files to include in the EPUB document
  • -c, --styles - List of custom CSS files to include in the EPUB document
  • -v, --version - Show version
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].