bookshelf-engine
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

bookshelf-engine

An engine for telling people about your bookshelf

oclif Version CircleCI Downloads/week License

Quickstart

  1. Register for an ISBNdb account
  2. Set your API key as an environment variable export ISBNDB_API_KEY=yourkey
  3. Set the path to your on-disk cache (saves ISBNdb API requests) export BOOKSHELF_CACHE_DIR=/path/to/cache/dir

Usage

$ npm install -g bookshelf-engine
$ bookshelf COMMAND
running command...
$ bookshelf (-v|--version|version)
bookshelf-engine/1.2.0 darwin-x64 node-v8.12.0
$ bookshelf --help [COMMAND]
USAGE
  $ bookshelf COMMAND
...

Commands

bookshelf build [FILE]

build a bookshelf HTML file

USAGE
  $ bookshelf build [FILE]

OPTIONS
  -o, --outputPath=outputPath      (required) output file name
  -t, --templatePath=templatePath  (required) template path

EXAMPLE
  $ bookshelf build -o bookshelf.html -t mytemplate.mustache mybookshelf.yml

See code: src/commands/build.ts

bookshelf help [COMMAND]

display help for bookshelf

USAGE
  $ bookshelf help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Readme

Keywords

Package Sidebar

Install

npm i bookshelf-engine

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

4.31 kB

Total Files

5

Last publish

Collaborators

  • chpwssn