https://github.com/devhammed/downbook
Download your favorite Programming Ebooks for FREE!
https://github.com/devhammed/downbook
Last synced: 12 months ago
JSON representation
Download your favorite Programming Ebooks for FREE!
- Host: GitHub
- URL: https://github.com/devhammed/downbook
- Owner: devhammed
- Created: 2020-06-07T10:59:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T09:06:37.000Z (over 3 years ago)
- Last Synced: 2025-02-12T07:20:17.671Z (about 1 year ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# downbook
Download your favorite Programming Ebooks for FREE!
## Usage
You can use DownBook immediately using NPX if you are using NPM 5+
```sh
npx downbook SEARCH_QUERY
```
or you can install it globally if you want to skip NPX cache or you are using an old version of NPM using:
```sh
npm i -g downbook
```
and run with
```sh
downbook SEARCH_QUERY
```
## Inspirations
This tool is inspired by libgenesis.
## Copyrights
This tool is provided under the MIT License by [Hammed Oyedele](https://github.com/devhammed).