https://github.com/geliettech/cmdbook
A cheat sheet for Git, npm, pnpm, and Yarn commands
https://github.com/geliettech/cmdbook
cheatsheet git npm pnpm yarn
Last synced: about 11 hours ago
JSON representation
A cheat sheet for Git, npm, pnpm, and Yarn commands
- Host: GitHub
- URL: https://github.com/geliettech/cmdbook
- Owner: geliettech
- License: mit
- Created: 2026-07-05T23:36:44.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2026-07-06T01:58:05.000Z (3 days ago)
- Last Synced: 2026-07-06T02:05:46.679Z (3 days ago)
- Topics: cheatsheet, git, npm, pnpm, yarn
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Cmdbook
    
> A curated, no-nonsense cheat sheet for everyday **Git**, **npm**, **pnpm**, and **Yarn** commands.
Stop googling the same command for the tenth time. Cmdbook collects the commands developers actually use day-to-day, organized by what you're trying to *do* rather than buried in an alphabetical list.
## Commands
- 🔧 [Git](./docs/git.md) - setup, branching, syncing, undoing, stashing, history, tags
- 📦 [npm](./docs/npm.md)
- 📦 [pnpm](./docs/pnpm.md)
- 📦 [Yarn](./docs/yarn.md)
- ⚖️ [Package Manager Comparison](./docs/comparison.md) - side-by-side equivalents across npm/pnpm/Yarn
## Contributing
Contributions are welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md) for how to add or improve a command entry.
## License
[MIT](LICENSE)