1.0.0-dev.1 • Published 2 years ago
@cabinetjs/server v1.0.0-dev.1
Introduction
CabinetJS is a cli application for archiving web contents from various sources.
Installation
npm install -g @cabinetjs/server
Usage
$ cabinet -h
Usage: cabinet [options]
Options:
-c, --config <path> Path to config file (default: "./cabinet.config.json")
-h, --help display help for command
Configuration
We use a JSON file to configure CabinetJS. The default path is ./cabinet.config.json
. you can change it with -c
or --config
CLI option.
{
"dataSources": [
// data sources ...
],
"crawlInterval": 160000,
"storage": {
// storage options ...
}
}
1.0.0-dev.11
2 years ago
1.0.0-dev.10
2 years ago
1.0.0-dev.8
2 years ago
1.0.0-dev.9
2 years ago
1.0.0-dev.7
2 years ago
1.0.0-dev.6
2 years ago
1.0.0-dev.5
2 years ago
1.0.0-dev.4
2 years ago
1.0.0-dev.3
2 years ago
1.0.0-dev.2
2 years ago
1.0.0-dev.1
2 years ago