one stop directory for frequently used commands.
cmdr is a directory of frequently used commands in daily software development, categorized across different technologies.
Commands are stored inside the content folder in a JSON file which acts as the current database. You can add new commands by following by following these steps:
- Add it at the end of
content/content.json
file. - Submit a PR.
Note Please follow the below format, and make sure you are not creating multiple copies of same command.
{
"title": "<COMMAND TITLE>",
"code": "<COMMAND CODE>",
"technology": "<CORE TECHNOLOGY>",
"tags": [
"<TAG ONE>",
"<TAG TWO>"
],
}
Once the repo is cloned to your local device, you can run:
yarn install
yarn dev
cmdr will start running immediately.