typelit-app
v1.2.0
Published
View markdown files beautifully in your browser from the terminal
Maintainers
Readme
typelit-app
View markdown files beautifully in your browser from the terminal.
Install
npm install -g typelit-appOr use directly with npx:
npx typelit-app README.mdUsage
typelit README.md
typelit docs/guide.md
typelit --help
typelit --versionHow it works
- Reads your markdown file locally
- Creates a secure, single-use session on typelit.app
- Opens your browser to the session URL
- Pushes the content (session expires in 60 seconds)
Your file never leaves your machine until you run the command. Sessions are single-use and expire automatically.
Claude Code integration
The CLI automatically installs a Claude Code skill on first run. After that, use /typelit README.md inside Claude Code to view any markdown file.
Requirements
- Node.js 18+
- A web browser
License
MIT
