An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Cmdbook

![Git](https://img.shields.io/badge/Git-Commands-orange) ![npm](https://img.shields.io/badge/npm-Commands-red) ![pnpm](https://img.shields.io/badge/pnpm-Commands-yellow) ![Yarn](https://img.shields.io/badge/Yarn-Commands-blue) ![License](https://img.shields.io/badge/License-MIT-green)

> 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)