@blockforfun/plugin-build
BlockFor.fun CLI build plugin
![License](https://img.shields.io/npm/l/@blockforfun/plugin-build.svg?logo=github)
Usage
$ npm install -g @blockforfun/plugin-build
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@blockforfun/plugin-build/4.0.0 win32-x64 node-v10.10.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
Commands
oclif-example build:sqlite SOURCE TARGET
builds sqlite3 database from a BlockFor.fun git registry
USAGE
$ oclif-example build:sqlite SOURCE TARGET
ARGUMENTS
SOURCE git source repository URL or path
TARGET path to target sqlite3 database
OPTIONS
-f, --fetch=fetch git fetch repository URL
-r, --ref=ref [default: refs/heads/master] git ref to read from
-s, --spec=spec [default: refs/heads/*:refs/heads/*] git refspec to fetch
See code: src\commands\build\sqlite.js