Devsheets are set of cheatsheet which I developed to share the commands which I usually refer to when using technologies like docker, npm, etc.
This helps to quickly find all the commands at one place. This is something I built over weekend combining my current cheatsheets, will keep adding more. Feel free to contribute
You can easily 🔎 Search,📄 Copy and 💙 Share them.
Check it out - Devsheets
Clone the repo using -
git clone https://github.com/mkfeuhrer/devsheets.git
cd devsheets
npm install
npm run serve
npm run build
You can contribute to project by suggesting commands which you use. Feel free to add new commands by modifying the devsheet_data.json
file under src
directory.
- Please ensure the commands are not duplicated.
- Ensure you add new object to array when adding a new technology/language.
- Check the JSON format is correct after you add changes.
- When adding new technology/language/tool ensure you add proper image in svg/png format of atleast 200 * 200 dimension.
Also, in case you want to add some functionality or improve UI, raise a Issue/PR.
Star and share!