/biblioklept

Biblioklept is a distraction-free app that allows users to download and read novels from multiple websites.

Primary LanguageTypeScript

Biblioklept

This workspace has been generated by Nx, Smart Monorepos · Fast CI.

Prerequisites

Running tasks

To execute tasks with Nx use the following syntax:

bunx nx <target> <project> <...options>

You can also run multiple targets:

bunx nx run-many -t <target1> <target2>

..or add -p to filter specific projects

bunx nx run-many -t <target1> <target2> -p <proj1> <proj2>

To view project details

bunx nx show project <project> --web

Targets can be defined in the package.json or projects.json. Learn more in the docs.

Explore the project graph

Run bunx nx graph to show the graph of the workspace. It will show tasks that you can run with Nx.

Recommended plugins