Popularity
4.6
Growing
Activity
0.0
Declining
6
3
5
Programming language: Shell
License: MIT License
Tags:
Tools
crystal-dash-docset alternatives and similar shards
Based on the "Tools" category.
Alternatively, view crystal-dash-docset alternatives based on common mentions on social networks and blogs.
-
crystal-base
CentOS base docker image for Crystal development -
public_suffix
A small library designed to make the Public Suffix List (https://publicsuffix.org/) easier to use
Get performance insights in less than 4 minutes.
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Promoted
scoutapm.com
Do you think we are missing an alternative of crystal-dash-docset or a related project?
README
Crystal Docset
Dash docset documentation generator for the Crystal Language.
How to generate the docset
NOTE: You'll need dashing utility
installed within $PATH
.
- Run a site capture such as SiteSucker or a glorious
curl
command- Capture everything under https://crystal-lang.org/reference/
(SiteSucker will also pull in/api/...
if you don't do it yourself) - Move just captured
reference
andapi
directories into this folder
- Capture everything under https://crystal-lang.org/reference/
- Edit the
TARGET
variable inbuild.sh
to point to your forked Kapeli docset repository (or useTARGET
env variable) - Then run
./build.sh