Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 644 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 644 Bytes

book-keeper

A tool to give you random books for your D&D loot. It also contains a json database of books from many different works of fiction.

Project setup

npm install

Run in terminal

ts-node --skip-project books.ts <parameter>

paramters:
> dupe - logs names of duplicate books
> log - logs number of books
> random # - prints # random books to the console

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration