nertz

1.0.0 • Public • Published

nertz

js-standard-style

what is nertz?

https://en.wikipedia.org/wiki/Nertz

what does this program do?

Capture Nertz results. View results and reports.

installation

download and install a release for your platform

usage

nertz (game|player|venue|ruleset|report)?

dev

install nodejs: https://nodejs.org

git clone
cd nertz
npm install
npm test

it is helpful to have a sqlite3 cli tool:

brew install sqlite3
sqlite3 app.db
.read db/ddl/tables.sql

todo

  • before v1

    • model test(s)
    • function test(s)
    • readme
    • package.json
  • beyond

    • david-dm
    • greenkeeper
    • on first run, create db, run ddl sql
    • edit match, to add a player i missed
    • validation on ruleset numericals (create, edit)
    • bin scripts in pkg.json, multiple entrypoints?
    • create custom ruleset in game.js?
    • validate exactly one pouncer
    • validate 2+ players
    • reports
      • day summary
      • day "sheet view" - replicate paper view
    • a complete story from install to first game submit
    • an export command that doesn't involve using sqlite3 directly

Readme

Keywords

none

Package Sidebar

Install

npm i nertz

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tphummel