0.1.1 • Published 1 year ago

copysite v0.1.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
1 year ago

Copysite

CLI app to create a complete local copy of a (static) site while maintaining the file structure.

Installation

Copysite can only be installed as a global CLI tool:

npm install copysite -g

or

sudo npm install copysite -g

Usage

copysite [-h] [-V] -p ./Directory -u example.com

Options:

  -V, --version        output the version number 
  -u, --url <address>  Website address
  -p, --path <value>   Website save directory (default: "./")
  -h, --help           display help for command

License GNU GPL 3.0-or-later