Skip to content

Instantly share code, notes, and snippets.

@layerssss
Last active December 11, 2015 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save layerssss/4631928 to your computer and use it in GitHub Desktop.
Save layerssss/4631928 to your computer and use it in GitHub Desktop.
# usage: curl https://gist.github.com/raw/4631928/mirrornodejsdoc.sh | sh
wget \
--recursive \
--level=5 \
--adjust-extension \
--convert-links \
--backup-converted \
--no-host-directories \
--page-requisites \
--timestamping \
--force-html \
--no-parent \
--directory-prefix=./ \
http://nodejs.org/api/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment