Skip to content

ArunGovil/cmdr

Repository files navigation

cmdr

one stop directory for frequently used commands.


What is cmdr?

cmdr is a directory of frequently used commands in daily software development, categorized across different technologies.

Running locally

Once the repo is cloned to your local device, you can run:

yarn install
yarn dev

cmdr will start running immediately.

Contributing

Commands are stored inside the content folder in a JSON file which acts as the current database. You can add new commands to the end of content/content.json file and submit a PR.