An AI powered command-line tool for generating any books from scratch
Last updated Mar 11, 2026
38
Stars
2
Forks
0
Issues
0
Stars/day
Attention Score
2
Language breakdown
No language data available.
โธ Files
click to expand
README
โก abookโก
An AI powered command-line tool for generating any books from scratch
Here is a book written based on abook:
๐ Python Guide for JavaScript Engineers | Read it online
Getting started
Prepare
Runcp .env.example .env then fill the .env file:
- OPENAIAPIKEY: Required, string, type your open api key
- OPENAI_MODEL: Required, string, type your open ai model name
- OPENAIBASEURL: Optional, string, type your custom openai api url
- VERBOSE: Optional,
trueorfalse, determine whether or not to print conversation details when interacting with openai
Install
You can installabook as a global command as following:
yarn global add @luckrnx09/abook
or
npm install -g @luckrnx09/abook
or
pnpm install -g @luckrnx09/abook
Then you can use abook -V to print the abook version installed.
If you don't want to install it globally, you can use npx to run abook directly:
npx @luckrnx09/abook Usage
|command|description| |--|--| | ls |list all the ideas| | new |create an idea| | outline \Develop
TODOContribute
Any code enhancements, documentation updates, unit tests are welcome.Any changes that alter functionality, please submit an issue first.
License
This project is under MIT license๐ More in this category