Glyphh is a tool to read EPUB files in the terminal with a beautiful user experience.
To install and use Glyphh, you can run it directly using npx
:
npx glyphh
After running the command, Glyphh will guide you through a series of prompts to select and read your EPUB files.
If you want to contribute to Glyphh or run it locally for development purposes, follow these steps:
git clone https://github.com/NewtonFernandis/glyph.git
cd glyph
npm install
node index.js
We welcome contributions! If you would like to contribute to Glyphh, please follow these steps:
- Fork the repository on GitHub
- Create a new branch for your feature or bugfix
- Make your changes and commit them with descriptive messages
- Push your changes to your fork
- Create a pull request on the main repository
- Please make sure your code adheres to the project's coding standards and includes appropriate tests.