neanderthalize
v1.1.0
Published
Turn modern text into caveman-style summaries
Maintainers
Readme
🪨 neanderthalize
Turn modern text → caveman speak.
Short. Dense. No fluff.
✨ Features
- Removes filler words (the, is, are, etc.)
- Keeps meaningful words only
- Naive verb simplification
- CLI support
- Zero dependencies
⚙️ Rules (Caveman Style)
- short phrases
- no filler words
- no weak intensifiers
- no connectives
- avoid passive voice
- no politeness
- meaning > grammar
- compact output
📦 Install
Clone repo:
git clone https://github.com/codingneanderthals/neanderthalize.git
cd neanderthalize
npm install🚀 Usage
CLI
node caveman.js "a quick brown fox jumps over the lazy dog"Output:
quick brown fox jumps over lazy dog