New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bookshelf-engine

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookshelf-engine

An engine for telling people about your bookshelf

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

bookshelf-engine

An engine for telling people about your bookshelf

oclif Version CircleCI Downloads/week License

Quickstart

  • Register for an ISBNdb account
  • Set your API key as an environment variable export ISBNDB_API_KEY=yourkey
  • 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

Keywords

oclif

FAQs

Package last updated on 08 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts