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/serverUsage
$ cabinet -h
Usage: cabinet [options]
Options:
-c, --config <path> Path to config file (default: "./cabinet.config.json")
-h, --help display help for commandConfiguration
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
3 years ago
1.0.0-dev.8
3 years ago
1.0.0-dev.9
3 years ago
1.0.0-dev.7
3 years ago
1.0.0-dev.6
3 years ago
1.0.0-dev.5
3 years ago
1.0.0-dev.4
3 years ago
1.0.0-dev.3
3 years ago
1.0.0-dev.2
3 years ago
1.0.0-dev.1
3 years ago