@blockforfun/plugin-export-sqlite

BlockFor.fun CLI export plugin

Usage no npm install needed!

<script type="module">
  import blockforfunPluginExportSqlite from 'https://cdn.skypack.dev/@blockforfun/plugin-export-sqlite';
</script>

README

@blockforfun/plugin-export-sqlite

BlockFor.fun CLI export plugin

oclif GitHub Version Downloads/week License

Usage

$ npm install -g @blockforfun/plugin-export-sqlite
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@blockforfun/plugin-export-sqlite/6.0.2 win32-x64 node-v10.10.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example export:sqlite SOURCE TARGET

exports sqlite3 database from a BlockFor.fun git registry

USAGE
  $ oclif-example export:sqlite SOURCE TARGET

ARGUMENTS
  SOURCE  git repository URL or path
  TARGET  path to sqlite3 database

OPTIONS
  -f, --fetch=fetch  git fetch URL
  -r, --ref=ref      [default: refs/heads/master] git ref
  -s, --spec=spec    [default: refs/heads/*:refs/heads/*] git fetch refspec

See code: src\commands\export\sqlite.js