Popularity
1.1
Growing
Activity
0.0
Stable
0
2
0
Programming language: Crystal
License: MIT License
Tags:
Misc
manual-generator alternatives and similar shards
Based on the "Misc" category.
Alternatively, view manual-generator alternatives based on common mentions on social networks and blogs.
-
guardian
Guardian watches over your files and run assigned tasks. -
sentry
Build/Runs your crystal application, watches files, and rebuilds/restarts app on file changes -
immutable
Thread-safe, persistent, immutable collections for the Crystal language -
neph
A modern command line job processor, similar with make command -
crystagiri
An Html parser library for Crystal (like Nokogiri for Ruby) -
crz
Functional programming library for https://github.com/crystal-lang/crystal -
crystal-web-framework-stars
⭐️ Web frameworks for Crystal, most starred on Github -
cron_scheduler
Simple job scheduler with crontab patterns for Crystal Language. -
inflector.cr
Inflector shard for Crystal. A port of ActiveSupport::Inflector -
crystal-futures
Future type implementation for Crystal language -
aasm.cr
:arrows_clockwise: Easy to use finite state machine for Crystal classes -
kreal
Kreal is a model sharing & RPC library built on and works with Kemal seamlessly. -
lambda.cr
Uniformed function call syntax for Crystal Language. -
crystal-diff
A Crystal sequence differencing implementation -
retriable.cr
Retriable.cr is a simple DSL to retry failed code blocks -
ulid
Universally Unique Lexicographically Sortable Identifier (ULID) in Crystal -
CrSerializer
Extensible annotation based serialization/deserialization library -
circuit_breaker
Implementation of the circuit breaker pattern in crystal -
burocracia.cr
No dependency Crystal shard to validate, generate and format Brazilian burocracias such as CPF, CNPJ and CEP -
wikicr
Wiki in crystal, using Markdown and Git, inspired by dokuwiki. Last features to build are pretty hard, if you have some time to help... :) -
m3u8
Generate and parse m3u8 playlists for HTTP Live Streaming (HLS) in Crystal. -
atomic_write.cr
Extends `File` to provide `atomic_write()`. -
message_verifier.cr
Rails compatible MessageVerifier for Crystal-lang apps
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of manual-generator or a related project?
README
manual-generator - PROJECT UNMAINTAINED
This project is not maintained anymore
If you like it or continue to use it fork it please.
A Crystal program to generate PDF manuals from an HTML documentation site.
It gets all the links found in a table of contents element, downloads them and converts to a unique PDF using wkhtmltopdf-crystal.
Install
Build the binary tool:
crystal build --release src/manual-generator.cr
Usage / Command line options
Usage: manual-generator [arguments] URL
-a STRING, --attribute=STRING CSS attribute to use for TOC links (default: "href")
-b, --include-base-url Include base URL document in PDF (default: false)
-c STRING, --content=STRING CSS element selector to look for the contents of the page (ex. "#content")
-e STRING, --extra-css=STRING Extra CSS styles (ex. "#nav_bar { display: none; }")
-o FILE, --output=FILE Output filename (default: doc.pdf)
-r, --remote-css Fetch remote CSS styles (default: false)
-s FILE, --custom-css=FILE Filename with custom CSS
-t STRING, --toc=STRING CSS element selector to look for the table of contents of the page (ex. "#summary a")
-h, --help Show this help
-v, --version Show version
-V, --verbose Verbose mode
Examples
manual-generator -V "https://crystal-docs.org/blocknotes/wkhtmltopdf-crystal/" -c "#main-content" -t "#types-list a" -o test.pdf
See examples folder.
Contributors
- Mattia Roccoberton - creator, maintainer