Hentai Library Thingy
Go to file
Xymorot 7278d902c1 meta: move javascript files for building etc. into a scripts folder 2020-11-12 21:09:43 +01:00
declarations update: upgrade eslint to major version 7 and rework the application to fit new rules 2020-07-25 02:02:37 +02:00
mocks feat: remove web-crawler and use electron (chromium) itself as crawler, implementing a function to download nhentai favorite torrents 2020-11-09 18:15:30 +01:00
resources feat: add icon/logo 2019-07-26 22:18:56 +02:00
scripts meta: move javascript files for building etc. into a scripts folder 2020-11-12 21:09:43 +01:00
src refactor: rename all interface files to *.d.ts so that no unnecessary js files are created 2020-11-10 21:42:12 +01:00
templates update: upgrade electron to major version 9 with spectron to 11 and associated changes 2020-07-25 22:30:00 +02:00
types refactor: use type which is closer to pre-defined typescript type for answer.ts 2020-11-10 21:18:33 +01:00
workspace meta: add HentaiNexus to sites.md 2020-09-26 01:18:02 +02:00
.editorconfig meta: adjust EditorConfig file comments to my taste 2020-08-06 23:05:54 +02:00
.eslintignore refactor: re-do source structure with InversifyJS (dependency injection) and adjust meta processes 2020-02-08 23:26:57 +01:00
.eslintrc.json meta: move javascript files for building etc. into a scripts folder 2020-11-12 21:09:43 +01:00
.gitignore refactor: re-do source structure with InversifyJS (dependency injection) and adjust meta processes 2020-02-08 23:26:57 +01:00
.mocharc.yml refactor: re-do source structure with InversifyJS (dependency injection) and adjust meta processes 2020-02-08 23:26:57 +01:00
.nycrc.yml meta: add missing entry to exclude directive in .nycrc.yml 2020-11-10 20:50:01 +01:00
.prettierignore meta: redesign library database schema 2020-03-02 23:21:05 +01:00
.prettierrc.yml update: update prettier to major version 2, reformat code accordingly 2020-04-10 05:27:32 +02:00
CHANGELOG.md doc: create a CHANGELOG.md file 2019-11-27 20:21:10 +01:00
CONTRIBUTING.md meta: add infos about better-sqlite3 and typeorm config 2020-11-09 20:30:28 +01:00
LICENSE.txt meta: clarify the meaning of "fork" in section 2 of LICENSE.txt 2020-01-05 14:01:06 +01:00
README.md meta: rename watch script to dev in package.json and documentation 2020-10-31 21:47:18 +01:00
ormconfig.yml meta: add infos about better-sqlite3 and typeorm config 2020-11-09 20:30:28 +01:00
package-lock.json meta: update version in package-lock.json by running npm install 2020-11-11 22:21:27 +01:00
package.json meta: move javascript files for building etc. into a scripts folder 2020-11-12 21:09:43 +01:00
tsconfig.json update: upgrade eslint to major version 7 and rework the application to fit new rules 2020-07-25 02:02:37 +02:00
tsconfig.renderer.json refactor: add separate tsconfig for renderer 2020-04-10 05:27:32 +02:00

README.md

Renai

レンアイ - Hentai Library Thingy

What?
an application for categorizing hentai manga

Why?
see user stories

How?
Node.js, Electron, Typescript, SQLite3 (TypeORM)

By the way, there is mature content in this repository.

Development Quickstart

For more information, check CONTRIBUTING.md.

  • npm install, the postinstall script compiles native node modules for electron
    • might need to install some build tools depending on your platform
  • npm run dev for code transpilation (starts watchers)
  • npm start

Usage

There is nothing to use yet. You might want to contribute a user story or two.