scribalous
v0.2.2
Published
Bodyless CMS on IPFS
Downloads
20
Readme
scribalous
bodyless cms on ipfs
Usage
$ npm install -g scribalous
$ scribalous COMMAND
running command...
$ scribalous (-v|--version|version)
scribalous/0.2.2 darwin-x64 node-v12.12.0
$ scribalous --help [COMMAND]
USAGE
$ scribalous COMMAND
...
Commands
scribalous help [COMMAND]
display help for scribalous
USAGE
$ scribalous help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
scribalous preview SITE
describe the command here
USAGE
$ scribalous preview SITE
ARGUMENTS
SITE the path to the markdown file or folder that contains the Scribalous site
EXAMPLE
$ scribalous preview ./example.md
See code: src/commands/preview.ts
scribalous publish SITE
publish the site to IPFS
USAGE
$ scribalous publish SITE
ARGUMENTS
SITE the path to the markdown file or folder that contains the Scribalous site
OPTIONS
-d, --dns=cloudflare|dnsimple dns provider to use
-p, --pinner=local|pinata|infura [default: infura] pinner service to use
EXAMPLE
$ scribalous publish ./example.md
See code: src/commands/publish.ts