0.2.2 • Published 4 years ago

scribalous v0.2.2

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

scribalous

bodyless cms on ipfs

oclif Version CircleCI Codecov Downloads/week License

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